|
Blender V4.3
|
#include <wm_event_system.hh>
Public Attributes | |
| void(* | post_fn )(wmKeyMap *keymap, wmKeyMapItem *kmi, void *user_data) |
| void * | user_data |
Run after the keymap item runs.
Definition at line 49 of file wm_event_system.hh.
| void(* wmEventHandler_KeymapPost::post_fn) (wmKeyMap *keymap, wmKeyMapItem *kmi, void *user_data) |
Definition at line 50 of file wm_event_system.hh.
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 51 of file wm_event_system.hh.
Referenced by WM_event_set_keymap_handler_post_callback(), and wm_handlers_do_keymap_with_keymap_handler().