From 2818add58689b2c126662dc2db056a06a5f937ff Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Mon, 7 Mar 2011 14:56:19 +0000 Subject: From the OFTL: Arrows-move-cursor is back! It now works for any running modal operator that doesn't handle own arrow keys. Might need to become more restricted though, some modal ops don't need it. Want to investigate that still where conflicts are. --- source/blender/windowmanager/wm_cursors.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'source/blender/windowmanager/wm_cursors.h') diff --git a/source/blender/windowmanager/wm_cursors.h b/source/blender/windowmanager/wm_cursors.h index c858b9d94f3..5f262f34724 100644 --- a/source/blender/windowmanager/wm_cursors.h +++ b/source/blender/windowmanager/wm_cursors.h @@ -116,5 +116,11 @@ enum { #define SMALL_CURSOR 0 #define BIG_CURSOR 1 +struct wmWindow; +struct wmEvent; + +int wm_cursor_arrow_move(struct wmWindow *win, struct wmEvent *event); + + #endif /* WM_CURSORS_H */ -- cgit v1.2.3