Blender  V3.3
Public Attributes | List of all members
KeyMapItem_Params Struct Reference

#include <WM_keymap.h>

Public Attributes

int16_t type
 
int8_t value
 
int8_t modifier
 
int16_t keymodifier
 
int8_t direction
 

Detailed Description

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

Definition at line 41 of file WM_keymap.h.

Member Data Documentation

◆ direction

int8_t KeyMapItem_Params::direction

wmKeyMapItem.direction

Definition at line 51 of file WM_keymap.h.

◆ keymodifier

int16_t KeyMapItem_Params::keymodifier

wmKeyMapItem.keymodifier

Definition at line 49 of file WM_keymap.h.

◆ modifier

int8_t KeyMapItem_Params::modifier

wmKeyMapItem ctrl, shift, alt, oskey

Definition at line 47 of file WM_keymap.h.

◆ type

int16_t KeyMapItem_Params::type

wmKeyMapItem.type

Definition at line 43 of file WM_keymap.h.

◆ value

int8_t KeyMapItem_Params::value

wmKeyMapItem.val

Definition at line 45 of file WM_keymap.h.


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