Blender  V3.3
Public Attributes | List of all members
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 498 of file DNA_windowmanager_types.h.

Member Data Documentation

◆ _pad0

char wmKeyConfig::_pad0[2]

Definition at line 509 of file DNA_windowmanager_types.h.

◆ actkeymap

int wmKeyConfig::actkeymap

Definition at line 507 of file DNA_windowmanager_types.h.

◆ basename

char wmKeyConfig::basename[64]

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

Definition at line 504 of file DNA_windowmanager_types.h.

◆ flag

short wmKeyConfig::flag

Definition at line 508 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 502 of file DNA_windowmanager_types.h.

Referenced by WM_keyconfig_new(), and WM_keyconfig_remove().

◆ keymaps

ListBase wmKeyConfig::keymaps

◆ next

struct wmKeyConfig* wmKeyConfig::next

Definition at line 499 of file DNA_windowmanager_types.h.

◆ prev

struct wmKeyConfig * wmKeyConfig::prev

Definition at line 499 of file DNA_windowmanager_types.h.


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