Changeset View
Changeset View
Standalone View
Standalone View
source/blender/windowmanager/wm_event_types.h
| Show First 20 Lines • Show All 484 Lines • ▼ Show 20 Lines | enum { | ||||
| GESTURE_MODAL_BEGIN = 8, | GESTURE_MODAL_BEGIN = 8, | ||||
| /** Uses 'zoom_out' operator property. */ | /** Uses 'zoom_out' operator property. */ | ||||
| GESTURE_MODAL_IN = 9, | GESTURE_MODAL_IN = 9, | ||||
| GESTURE_MODAL_OUT = 10, | GESTURE_MODAL_OUT = 10, | ||||
| /** circle select: size brush (for trackpad event). */ | /** circle select: size brush (for trackpad event). */ | ||||
| GESTURE_MODAL_CIRCLE_SIZE = 11, | GESTURE_MODAL_CIRCLE_SIZE = 11, | ||||
| /** Move selection area. */ | |||||
| GESTURE_MODAL_MOVE = 12, | |||||
| }; | }; | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| } | } | ||||
| #endif | #endif | ||||