Blender
V3.3
|
#include <GHOST_Types.h>
Public Attributes | |
GHOST_TTabletMode | Active |
float | Pressure |
float | Xtilt |
float | Ytilt |
Definition at line 97 of file GHOST_Types.h.
GHOST_TTabletMode GHOST_TabletData::Active |
Definition at line 98 of file GHOST_Types.h.
Referenced by GHOST_SystemCocoa::handleTabletEvent(), GHOST_Wintab::loseFocus(), 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 99 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 100 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 101 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().