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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2011-06-25 06:10:13 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2011-06-25 06:10:13 +0400
commitda79ab5acc04fb3b60727e3eca166de9bc34338e (patch)
tree8e851e60b48f5d6127bf58c2e5997e95bbd4c936 /intern/ghost/intern/GHOST_SystemCocoa.h
parent826ed5ed1de68b556a8ea96c27cae0580af956ed (diff)
GHOST Cocoa: some changes to Y coordinate conversion in previous commit,
to fix continuous grab being broken (bug report #27760).
Diffstat (limited to 'intern/ghost/intern/GHOST_SystemCocoa.h')
-rw-r--r--intern/ghost/intern/GHOST_SystemCocoa.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/intern/ghost/intern/GHOST_SystemCocoa.h b/intern/ghost/intern/GHOST_SystemCocoa.h
index 4779f1f056c..e7a8178a382 100644
--- a/intern/ghost/intern/GHOST_SystemCocoa.h
+++ b/intern/ghost/intern/GHOST_SystemCocoa.h
@@ -272,17 +272,6 @@ protected:
*/
GHOST_TSuccess setMouseCursorPosition(GHOST_TInt32 x, GHOST_TInt32 y);
- /**
- * Push cursor event, with coordinate conversion to follow GHOST convention.
- */
- void pushEventCursor(GHOST_TUns64 msec, GHOST_TEventType type, GHOST_IWindow* window, GHOST_TInt32 x, GHOST_TInt32 y);
-
- /**
- * Push trackpad event, with coordinate conversion to follow GHOST convention.
- */
- void pushEventTrackpad(GHOST_TUns64 msec, GHOST_IWindow* window, GHOST_TTrackpadEventSubTypes subtype,
- GHOST_TInt32 x, GHOST_TInt32 y, GHOST_TInt32 deltaX, GHOST_TInt32 deltaY);
-
/** Start time at initialization. */
GHOST_TUns64 m_start_time;