Changeset View
Changeset View
Standalone View
Standalone View
source/blender/windowmanager/wm_event_system.h
| Show First 20 Lines • Show All 167 Lines • ▼ Show 20 Lines | |||||
| float wm_pressure_curve(float raw_pressure); | float wm_pressure_curve(float raw_pressure); | ||||
| void wm_tablet_data_from_ghost(const struct GHOST_TabletData *tablet_data, wmTabletData *wmtab); | void wm_tablet_data_from_ghost(const struct GHOST_TabletData *tablet_data, wmTabletData *wmtab); | ||||
| /* wm_keymap.c */ | /* wm_keymap.c */ | ||||
| /* wm_dropbox.c */ | /* wm_dropbox.c */ | ||||
| void wm_dropbox_free(void); | void wm_dropbox_free(void); | ||||
| void wm_drags_check_ops(bContext *C, const wmEvent *event); | void wm_drags_check_ops(bContext *C, const wmEvent *event); | ||||
| void wm_drags_draw(bContext *C, wmWindow *win, rcti *rect); | void wm_drags_draw(bContext *C, wmWindow *win); | ||||
| void wm_drag_draw_icon_fn(bContext *C, wmWindow *win, wmDrag *drag, const int xy[2]); | |||||
| void wm_drag_draw_item_name_fn(bContext *C, wmWindow *win, wmDrag *drag, const int xy[2]); | |||||
| void wm_drag_draw_tooltip_fn(bContext *C, wmWindow *win, wmDrag *drag, const int xy[2]); | |||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| } | } | ||||
| #endif | #endif | ||||