|
Blender V4.3
|
#include <GHOST_Wintab.hh>
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 65 of file GHOST_Wintab.hh.
| GHOST_TButton GHOST_WintabInfoWin32::button = GHOST_kButtonMaskNone |
Definition at line 69 of file GHOST_Wintab.hh.
| GHOST_TabletData GHOST_WintabInfoWin32::tabletData = GHOST_TABLET_DATA_NONE |
Definition at line 71 of file GHOST_Wintab.hh.
Referenced by GHOST_Wintab::getInput().
| uint64_t GHOST_WintabInfoWin32::time = 0 |
Definition at line 70 of file GHOST_Wintab.hh.
| GHOST_TEventType GHOST_WintabInfoWin32::type = GHOST_kEventCursorMove |
Definition at line 68 of file GHOST_Wintab.hh.
| int32_t GHOST_WintabInfoWin32::x = 0 |
Definition at line 66 of file GHOST_Wintab.hh.
| int32_t GHOST_WintabInfoWin32::y = 0 |
Definition at line 67 of file GHOST_Wintab.hh.