Blender V4.3
KeyMapItem_Params Struct Reference

#include <WM_keymap.hh>

Public Attributes

int16_t type
 
int8_t value
 
int8_t modifier
 
int16_t keymodifier
 
int8_t direction
 

Detailed Description

Keymap. Parameters for matching events, passed into functions that create key-map items.

Definition at line 52 of file WM_keymap.hh.

Member Data Documentation

◆ direction

int8_t KeyMapItem_Params::direction

wmKeyMapItem.direction.

Definition at line 62 of file WM_keymap.hh.

◆ keymodifier

int16_t KeyMapItem_Params::keymodifier

wmKeyMapItem.keymodifier.

Definition at line 60 of file WM_keymap.hh.

◆ modifier

int8_t KeyMapItem_Params::modifier

wmKeyMapItem ctrl, shift, alt, oskey.

Definition at line 58 of file WM_keymap.hh.

◆ type

int16_t KeyMapItem_Params::type

wmKeyMapItem.type.

Definition at line 54 of file WM_keymap.hh.

◆ value

int8_t KeyMapItem_Params::value

wmKeyMapItem.val.

Definition at line 56 of file WM_keymap.hh.


The documentation for this struct was generated from the following file: