|
Blender
V3.3
|
#include <WM_keymap.h>
Public Attributes | |
| int16_t | type |
| int8_t | value |
| int8_t | modifier |
| int16_t | keymodifier |
| int8_t | direction |
Parameters for matching events, passed into functions that create key-map items.
Definition at line 41 of file WM_keymap.h.
| int8_t KeyMapItem_Params::direction |
Definition at line 51 of file WM_keymap.h.
| int16_t KeyMapItem_Params::keymodifier |
Definition at line 49 of file WM_keymap.h.
| int8_t KeyMapItem_Params::modifier |
wmKeyMapItem ctrl, shift, alt, oskey
Definition at line 47 of file WM_keymap.h.
| int16_t KeyMapItem_Params::type |
Definition at line 43 of file WM_keymap.h.
| int8_t KeyMapItem_Params::value |
Definition at line 45 of file WM_keymap.h.