|
Blender
V2.59
|
#include <WM_types.h>
Public Attributes | |
| int | Active |
| float | Pressure |
| float | Xtilt |
| float | Ytilt |
Definition at line 373 of file WM_types.h.
Definition at line 374 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 375 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 376 of file WM_types.h.
Referenced by update_tablet_data().
| float wmTabletData::Ytilt |
Definition at line 377 of file WM_types.h.
Referenced by update_tablet_data().