1 |
6.183562 |
InjectedInputPenButtons::Barrel |
Int32 |
1 |
0x00000001 |
1 |
|
|
System.Int32 |
Barrel = 0x1,
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.19041.0\winrt\windows.ui.input.preview.injection.idl(201,0) |
|
2 |
4.122375 |
DIAXIS_DRIVINGT_BARREL |
Int32 |
50397698 |
0x03010202 |
50397698 |
|
|
System.Int32 |
#define DIAXIS_DRIVINGT_BARREL 0x03010202 /* Raise / lower barrel */
#define DIAXIS_DRIVINGT_BARREL 0x03010202 /* Raise / lower barrel */
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.19041.0\um\dinput.h(3252,0) |
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
|
3 |
3.643699 |
PEN_FLAG_BARREL |
Int32 |
1 |
0x00000001 |
1 |
|
|
System.Int32 |
#define PEN_FLAG_BARREL 0x00000001 // The barrel button is pressed
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.19041.0\um\winuser.h(6374,0) |
- Ifndef NOUSER
- If (WINVER >= 0x0602)
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
|
4 |
3.607078 |
DIAXIS_DRIVINGT_ROTATE |
Int32 |
50463236 |
0x03020204 |
50463236 |
|
|
System.Int32 |
#define DIAXIS_DRIVINGT_ROTATE 0x03020204 /* Turn barrel left / right */
#define DIAXIS_DRIVINGT_ROTATE 0x03020204 /* Turn barrel left / right */
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.19041.0\um\dinput.h(3254,0) |
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
|
5 |
3.607078 |
DIBUTTON_DRIVINGT_BARREL_UP_LINK |
Int32 |
50414816 |
0x030144E0 |
50414816 |
|
|
System.Int32 |
#define DIBUTTON_DRIVINGT_BARREL_UP_LINK 0x030144E0 /* Fallback Barrel up button */
#define DIBUTTON_DRIVINGT_BARREL_UP_LINK 0x030144E0 /* Fallback Barrel up button */
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.19041.0\um\dinput.h(3271,0) |
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
|
6 |
3.607078 |
DIBUTTON_DRIVINGT_BARREL_DOWN_LINK |
Int32 |
50414824 |
0x030144E8 |
50414824 |
|
|
System.Int32 |
#define DIBUTTON_DRIVINGT_BARREL_DOWN_LINK 0x030144E8 /* Fallback Barrel down button */
#define DIBUTTON_DRIVINGT_BARREL_DOWN_LINK 0x030144E8 /* Fallback Barrel down button */
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.19041.0\um\dinput.h(3272,0) |
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
|
7 |
2.914959 |
InjectedInputPenButtons |
Enum |
|
|
|
|
|
|
enum InjectedInputPenButtons
{
None = 0x0,
Barrel = 0x1,
Inverted = 0x2,
Eraser = 0x4
};
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.19041.0\winrt\windows.ui.input.preview.injection.idl(198,0) |
|