Changeset View
Changeset View
Standalone View
Standalone View
source/blender/windowmanager/WM_api.h
| Context not available. | |||||
| /* mouse */ | /* mouse */ | ||||
| void WM_event_add_mousemove(struct bContext *C); | void WM_event_add_mousemove(struct bContext *C); | ||||
| bool WM_modal_tweak_exit(const struct wmEvent *event, int tweak_event); | bool WM_modal_tweak_exit(const struct wmEvent *event, int tweak_event); | ||||
| bool WM_event_is_absolute(const struct wmEvent *event); | |||||
| /* notifiers */ | /* notifiers */ | ||||
| void WM_event_add_notifier(const struct bContext *C, unsigned int type, void *reference); | void WM_event_add_notifier(const struct bContext *C, unsigned int type, void *reference); | ||||
| Context not available. | |||||