Blender V4.3
wmKeyConfigPref Struct Reference

#include <DNA_windowmanager_types.h>

Public Attributes

struct wmKeyConfigPrefnext
 
struct wmKeyConfigPrefprev
 
char idname [64]
 
IDPropertyprop
 

Detailed Description

This is similar to addon-preferences, however unlike add-ons key-configurations aren't saved to disk.

wmKeyConfigPref is written to DNA, wmKeyConfigPrefType_Runtime has the RNA type.

Definition at line 592 of file DNA_windowmanager_types.h.

Member Data Documentation

◆ idname

char wmKeyConfigPref::idname[64]

Unique name.

Definition at line 595 of file DNA_windowmanager_types.h.

Referenced by BKE_keyconfig_pref_ensure().

◆ next

struct wmKeyConfigPref* wmKeyConfigPref::next

Definition at line 593 of file DNA_windowmanager_types.h.

◆ prev

struct wmKeyConfigPref * wmKeyConfigPref::prev

Definition at line 593 of file DNA_windowmanager_types.h.

◆ prop

IDProperty* wmKeyConfigPref::prop

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