Blender V5.0
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 507 of file DNA_windowmanager_types.h.

Member Data Documentation

◆ _pad0

char wmKeyConfig::_pad0[2]

Definition at line 518 of file DNA_windowmanager_types.h.

◆ actkeymap

int wmKeyConfig::actkeymap

Definition at line 516 of file DNA_windowmanager_types.h.

◆ basename

char wmKeyConfig::basename[64]

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

Definition at line 513 of file DNA_windowmanager_types.h.

◆ flag

short wmKeyConfig::flag

Definition at line 517 of file DNA_windowmanager_types.h.

Referenced by WM_keyconfig_new().

◆ idname

char wmKeyConfig::idname[64]

Unique name.

Definition at line 511 of file DNA_windowmanager_types.h.

Referenced by WM_keyconfig_new(), and WM_keyconfig_remove().

◆ keymaps

◆ next

struct wmKeyConfig* wmKeyConfig::next

Definition at line 508 of file DNA_windowmanager_types.h.

◆ prev

struct wmKeyConfig * wmKeyConfig::prev

Definition at line 508 of file DNA_windowmanager_types.h.


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