|
Blender
V2.93
|
#include <GHOST_Types.h>
Public Attributes | |
| GHOST_TTabletMode | Active |
| float | Pressure |
| float | Xtilt |
| float | Ytilt |
Definition at line 112 of file GHOST_Types.h.
| GHOST_TTabletMode GHOST_TabletData::Active |
Definition at line 113 of file GHOST_Types.h.
Referenced by GHOST_SystemCocoa::handleTabletEvent(), GHOST_WindowWin32::processWin32TabletEvent(), GHOST_WindowWin32::processWin32TabletInitEvent(), and wm_tablet_data_from_ghost().
| float GHOST_TabletData::Pressure |
Definition at line 114 of file GHOST_Types.h.
Referenced by GHOST_SystemCocoa::handleTabletEvent(), GHOST_WindowWin32::processWin32TabletEvent(), and wm_tablet_data_from_ghost().
| float GHOST_TabletData::Xtilt |
Definition at line 115 of file GHOST_Types.h.
Referenced by GHOST_SystemCocoa::handleTabletEvent(), GHOST_WindowWin32::processWin32TabletEvent(), and wm_tablet_data_from_ghost().
| float GHOST_TabletData::Ytilt |
Definition at line 116 of file GHOST_Types.h.
Referenced by GHOST_SystemCocoa::handleTabletEvent(), GHOST_WindowWin32::processWin32TabletEvent(), and wm_tablet_data_from_ghost().