Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/src/winlay.h')
-rw-r--r--source/blender/src/winlay.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/blender/src/winlay.h b/source/blender/src/winlay.h
index 6719f9454c1..2fdc2c70ac3 100644
--- a/source/blender/src/winlay.h
+++ b/source/blender/src/winlay.h
@@ -57,7 +57,10 @@ void window_lower (Window *win);
short window_get_qual (Window *win);
short window_get_mbut (Window *win);
void window_get_mouse (Window *win, short *mval);
-const struct GHOST_TabletData* window_get_tablet_data(Window *win);
+
+float window_get_pressure(Window *win);
+void window_get_tilt(Window *win, float *xtilt, float *ytilt);
+short window_get_activedevice(Window *win);
void window_get_position (Window *win, int *posx_r, int *poxy_r);