Changeset View
Changeset View
Standalone View
Standalone View
source/blender/windowmanager/wm_event_system.h
| Context not available. | |||||
| /* wm_keymap.c */ | /* wm_keymap.c */ | ||||
| /* wm_dropbox.c */ | /* wm_dragdrop.c */ | ||||
| void wm_dropbox_free(void); | void wm_dropbox_free(void); | ||||
| void wm_drags_check_ops(bContext *C, wmEvent *event); | void wm_drags_check_ops(bContext *C, wmEvent *event); | ||||
| void wm_drags_check_scroll(bContext *C, wmEvent *event, struct ARegion *ar, struct ScrArea *sa); | |||||
| void wm_drags_draw(bContext *C, wmWindow *win, rcti *rect); | void wm_drags_draw(bContext *C, wmWindow *win, rcti *rect); | ||||
| #endif /* __WM_EVENT_SYSTEM_H__ */ | #endif /* __WM_EVENT_SYSTEM_H__ */ | ||||
| Context not available. | |||||