Blender V4.3
wmKeyConfig Struct Reference

#include <DNA_windowmanager_types.h>

Public Attributes

struct wmKeyConfignext
 
struct wmKeyConfigprev
 
char idname [64]
 
char basename [64]
 
ListBase keymaps
 
int actkeymap
 
short flag
 
char _pad0 [2]
 

Detailed Description

Definition at line 599 of file DNA_windowmanager_types.h.

Member Data Documentation

◆ _pad0

char wmKeyConfig::_pad0[2]

Definition at line 610 of file DNA_windowmanager_types.h.

◆ actkeymap

int wmKeyConfig::actkeymap

Definition at line 608 of file DNA_windowmanager_types.h.

◆ basename

char wmKeyConfig::basename[64]

ID-name of configuration this is derives from, "" if none.

Definition at line 605 of file DNA_windowmanager_types.h.

◆ flag

short wmKeyConfig::flag

Definition at line 609 of file DNA_windowmanager_types.h.

Referenced by WM_keyconfig_init(), and WM_keyconfig_new().

◆ idname

char wmKeyConfig::idname[64]

Unique name.

Definition at line 603 of file DNA_windowmanager_types.h.

Referenced by WM_keyconfig_new(), and WM_keyconfig_remove().

◆ keymaps

◆ next

struct wmKeyConfig* wmKeyConfig::next

Definition at line 600 of file DNA_windowmanager_types.h.

◆ prev

struct wmKeyConfig * wmKeyConfig::prev

Definition at line 600 of file DNA_windowmanager_types.h.


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