Blender V4.3
GHOST_WintabInfoWin32 Struct Reference

#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
 

Detailed Description

Definition at line 65 of file GHOST_Wintab.hh.

Member Data Documentation

◆ button

GHOST_TButton GHOST_WintabInfoWin32::button = GHOST_kButtonMaskNone

Definition at line 69 of file GHOST_Wintab.hh.

◆ tabletData

GHOST_TabletData GHOST_WintabInfoWin32::tabletData = GHOST_TABLET_DATA_NONE

Definition at line 71 of file GHOST_Wintab.hh.

Referenced by GHOST_Wintab::getInput().

◆ time

uint64_t GHOST_WintabInfoWin32::time = 0

Definition at line 70 of file GHOST_Wintab.hh.

◆ type

GHOST_TEventType GHOST_WintabInfoWin32::type = GHOST_kEventCursorMove

Definition at line 68 of file GHOST_Wintab.hh.

◆ x

int32_t GHOST_WintabInfoWin32::x = 0

Definition at line 66 of file GHOST_Wintab.hh.

◆ y

int32_t GHOST_WintabInfoWin32::y = 0

Definition at line 67 of file GHOST_Wintab.hh.


The documentation for this struct was generated from the following file: