|
Blender
V3.3
|
#include <GHOST_Wintab.h>
Public Attributes | |
| int32_t | x = 0 |
| int32_t | y = 0 |
| GHOST_TEventType | type = GHOST_kEventCursorMove |
| GHOST_TButton | button = GHOST_kButtonMaskNone |
| uint64_t | time = 0 |
| GHOST_TabletData | tabletData = GHOST_TABLET_DATA_NONE |
Definition at line 53 of file GHOST_Wintab.h.
| GHOST_TButton GHOST_WintabInfoWin32::button = GHOST_kButtonMaskNone |
Definition at line 57 of file GHOST_Wintab.h.
| GHOST_TabletData GHOST_WintabInfoWin32::tabletData = GHOST_TABLET_DATA_NONE |
Definition at line 59 of file GHOST_Wintab.h.
| uint64_t GHOST_WintabInfoWin32::time = 0 |
Definition at line 58 of file GHOST_Wintab.h.
| GHOST_TEventType GHOST_WintabInfoWin32::type = GHOST_kEventCursorMove |
Definition at line 56 of file GHOST_Wintab.h.
| int32_t GHOST_WintabInfoWin32::x = 0 |
Definition at line 54 of file GHOST_Wintab.h.
| int32_t GHOST_WintabInfoWin32::y = 0 |
Definition at line 55 of file GHOST_Wintab.h.