|
Blender V4.3
|
#include <GHOST_Types.h>
Public Attributes | |
| GHOST_TTabletMode | Active |
| float | Pressure |
| float | Xtilt |
| float | Ytilt |
Definition at line 163 of file GHOST_Types.h.
| GHOST_TTabletMode GHOST_TabletData::Active |
Definition at line 164 of file GHOST_Types.h.
Referenced by GHOST_Wintab::getInput(), 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 165 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 166 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 167 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().