Blender V4.3
wmTabletData Struct Reference

#include <WM_types.hh>

Public Attributes

int active
 
float pressure
 
float x_tilt
 
float y_tilt
 
char is_motion_absolute
 

Detailed Description

Definition at line 667 of file WM_types.hh.

Member Data Documentation

◆ active

◆ is_motion_absolute

char wmTabletData::is_motion_absolute

Interpret mouse motion as absolute as typical for tablets.

Definition at line 677 of file WM_types.hh.

Referenced by walkEvent(), WM_cursor_grab_enable(), wm_event_add_ghostevent(), wm_gizmomap_modal_set(), and wm_tablet_data_from_ghost().

◆ pressure

float wmTabletData::pressure

Range 0.0 (not touching) to 1.0 (full pressure).

Definition at line 671 of file WM_types.hh.

Referenced by WM_event_print(), and wm_tablet_data_from_ghost().

◆ x_tilt

float wmTabletData::x_tilt

Range 0.0 (upright) to 1.0 (tilted fully against the tablet surface).

Definition at line 673 of file WM_types.hh.

Referenced by WM_event_print(), and wm_tablet_data_from_ghost().

◆ y_tilt

float wmTabletData::y_tilt

As above.

Definition at line 675 of file WM_types.hh.

Referenced by WM_event_print(), and wm_tablet_data_from_ghost().


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