Changeset View
Changeset View
Standalone View
Standalone View
intern/ghost/intern/GHOST_SystemCocoa.h
| Show First 20 Lines • Show All 291 Lines • ▼ Show 20 Lines | protected: | ||||
| /** Ignores window size messages (when window is dragged). */ | /** Ignores window size messages (when window is dragged). */ | ||||
| bool m_ignoreWindowSizedMessages; | bool m_ignoreWindowSizedMessages; | ||||
| /** Stores the mouse cursor delta due to setting a new cursor position | /** Stores the mouse cursor delta due to setting a new cursor position | ||||
| * Needed because cocoa event delta cursor move takes setCursorPosition changes too. | * Needed because cocoa event delta cursor move takes setCursorPosition changes too. | ||||
| */ | */ | ||||
| GHOST_TInt32 m_cursorDelta_x, m_cursorDelta_y; | GHOST_TInt32 m_cursorDelta_x, m_cursorDelta_y; | ||||
| /** Multitouch trackpad availability */ | |||||
| bool m_hasMultiTouchTrackpad; | |||||
| }; | }; | ||||
| #endif // __GHOST_SYSTEMCOCOA_H__ | #endif // __GHOST_SYSTEMCOCOA_H__ | ||||