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:
authorDamien Plisson <damien.plisson@yahoo.fr>2010-04-11 15:19:30 +0400
committerDamien Plisson <damien.plisson@yahoo.fr>2010-04-11 15:19:30 +0400
commit5c24ce16b2b340fcbd62cd6b1452c9023c6d54b9 (patch)
treee163d6727c68afab7439fca6665d91454d113399 /intern/ghost/GHOST_ISystem.h
parentf3f8855dfe996e0744e3e523359cabbf4af29025 (diff)
Cocoa fix [#21866] : force mouse move event to be sent upon cursor position set request
Diffstat (limited to 'intern/ghost/GHOST_ISystem.h')
-rw-r--r--intern/ghost/GHOST_ISystem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/GHOST_ISystem.h b/intern/ghost/GHOST_ISystem.h
index fd8641f2055..8d80c74e140 100644
--- a/intern/ghost/GHOST_ISystem.h
+++ b/intern/ghost/GHOST_ISystem.h
@@ -331,7 +331,7 @@ public:
* @param y The y-coordinate of the cursor.
* @return Indication of success.
*/
- virtual GHOST_TSuccess setCursorPosition(GHOST_TInt32 x, GHOST_TInt32 y) const = 0;
+ virtual GHOST_TSuccess setCursorPosition(GHOST_TInt32 x, GHOST_TInt32 y) = 0;
/***************************************************************************************
** Access to mouse button and keyboard states.