|
Blender V5.0
|
#include <GHOST_Types.h>
Public Attributes | |
| GHOST_TTabletMode | Active |
| float | Pressure |
| float | Xtilt |
| float | Ytilt |
Definition at line 222 of file GHOST_Types.h.
| GHOST_TTabletMode GHOST_TabletData::Active |
Definition at line 223 of file GHOST_Types.h.
Referenced by GHOST_SystemCocoa::handleTabletEvent(), GHOST_SystemWin32::processButtonEvent(), GHOST_SystemWin32::processCursorEvent(), GHOST_SystemWin32::s_wndProc(), tablet_tool_handle_type(), and wm_tablet_data_from_ghost().
| float GHOST_TabletData::Pressure |
Definition at line 224 of file GHOST_Types.h.
Referenced by GHOST_SystemCocoa::handleTabletEvent(), tablet_tool_handle_pressure(), tablet_tool_handle_proximity_in(), and wm_tablet_data_from_ghost().
| float GHOST_TabletData::Xtilt |
Definition at line 225 of file GHOST_Types.h.
Referenced by GHOST_SystemCocoa::handleTabletEvent(), tablet_tool_handle_proximity_in(), tablet_tool_handle_tilt(), and wm_tablet_data_from_ghost().
| float GHOST_TabletData::Ytilt |
Definition at line 226 of file GHOST_Types.h.
Referenced by GHOST_SystemCocoa::handleTabletEvent(), tablet_tool_handle_proximity_in(), tablet_tool_handle_tilt(), and wm_tablet_data_from_ghost().