|
Blender V4.3
|
#include <WM_keymap.hh>
Public Attributes | |
| int16_t | type |
| int8_t | value |
| int8_t | modifier |
| int16_t | keymodifier |
| int8_t | direction |
Keymap. Parameters for matching events, passed into functions that create key-map items.
Definition at line 52 of file WM_keymap.hh.
| int8_t KeyMapItem_Params::direction |
Definition at line 62 of file WM_keymap.hh.
| int16_t KeyMapItem_Params::keymodifier |
Definition at line 60 of file WM_keymap.hh.
| int8_t KeyMapItem_Params::modifier |
wmKeyMapItem ctrl, shift, alt, oskey.
Definition at line 58 of file WM_keymap.hh.
| int16_t KeyMapItem_Params::type |
Definition at line 54 of file WM_keymap.hh.
| int8_t KeyMapItem_Params::value |
Definition at line 56 of file WM_keymap.hh.