Blender V2.61 - r43446
|
#include <WM_types.h>
Public Attributes | |
int | Active |
float | Pressure |
float | Xtilt |
float | Ytilt |
Definition at line 380 of file WM_types.h.
Definition at line 381 of file WM_types.h.
Referenced by event_tablet_data(), gpencil_draw_apply_event(), paint_apply_event(), and update_tablet_data().
float wmTabletData::Pressure |
Definition at line 382 of file WM_types.h.
Referenced by event_tablet_data(), gpencil_draw_apply_event(), paint_apply_event(), and update_tablet_data().
float wmTabletData::Xtilt |
Definition at line 383 of file WM_types.h.
Referenced by update_tablet_data().
float wmTabletData::Ytilt |
Definition at line 384 of file WM_types.h.
Referenced by update_tablet_data().