Blender
V3.3
|
#include <wm_event_system.h>
Public Attributes | |
void(* | post_fn )(wmKeyMap *keymap, wmKeyMapItem *kmi, void *user_data) |
void * | user_data |
Run after the keymap item runs.
Definition at line 52 of file wm_event_system.h.
void(* wmEventHandler_KeymapPost::post_fn) (wmKeyMap *keymap, wmKeyMapItem *kmi, void *user_data) |
Definition at line 53 of file wm_event_system.h.
Referenced by WM_event_set_keymap_handler_post_callback(), and wm_handlers_do_keymap_with_keymap_handler().
void* wmEventHandler_KeymapPost::user_data |
Definition at line 54 of file wm_event_system.h.
Referenced by WM_event_set_keymap_handler_post_callback(), and wm_handlers_do_keymap_with_keymap_handler().