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

#include <GHOST_Types.h>

Public Attributes

int32_t x
 
int32_t y
 
GHOST_TabletData tablet
 

Detailed Description

Definition at line 429 of file GHOST_Types.h.

Member Data Documentation

◆ tablet

GHOST_TabletData GHOST_TEventCursorData::tablet

Associated tablet data.

Definition at line 435 of file GHOST_Types.h.

Referenced by wm_event_add_ghostevent().

◆ x

int32_t GHOST_TEventCursorData::x

The x-coordinate of the cursor position.

Definition at line 431 of file GHOST_Types.h.

Referenced by event_to_buf(), ghost_event_proc(), loggerwindow_handle(), mainwindow_handle(), GHOST_EventPrinter::processEvent(), and wm_event_add_ghostevent().

◆ y

int32_t GHOST_TEventCursorData::y

The y-coordinate of the cursor position.

Definition at line 433 of file GHOST_Types.h.

Referenced by event_to_buf(), ghost_event_proc(), loggerwindow_handle(), mainwindow_handle(), and GHOST_EventPrinter::processEvent().


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