Blender  V3.3
Public Attributes | List of all members
GHOST_WintabInfoWin32 Struct Reference

#include <GHOST_Wintab.h>

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 53 of file GHOST_Wintab.h.

Member Data Documentation

◆ button

GHOST_TButton GHOST_WintabInfoWin32::button = GHOST_kButtonMaskNone

Definition at line 57 of file GHOST_Wintab.h.

◆ tabletData

GHOST_TabletData GHOST_WintabInfoWin32::tabletData = GHOST_TABLET_DATA_NONE

Definition at line 59 of file GHOST_Wintab.h.

◆ time

uint64_t GHOST_WintabInfoWin32::time = 0

Definition at line 58 of file GHOST_Wintab.h.

◆ type

GHOST_TEventType GHOST_WintabInfoWin32::type = GHOST_kEventCursorMove

Definition at line 56 of file GHOST_Wintab.h.

◆ x

int32_t GHOST_WintabInfoWin32::x = 0

Definition at line 54 of file GHOST_Wintab.h.

◆ y

int32_t GHOST_WintabInfoWin32::y = 0

Definition at line 55 of file GHOST_Wintab.h.


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