|
Blender
V3.3
|
#include <DNA_windowmanager_types.h>
Public Attributes | |
| struct wmKeyConfigPref * | next |
| struct wmKeyConfigPref * | prev |
| char | idname [64] |
| IDProperty * | prop |
This is similar to addon-preferences, however unlike add-ons key-config's aren't saved to disk.
wmKeyConfigPref is written to DNA, wmKeyConfigPrefType_Runtime has the RNA type.
Definition at line 491 of file DNA_windowmanager_types.h.
| char wmKeyConfigPref::idname[64] |
Unique name.
Definition at line 494 of file DNA_windowmanager_types.h.
Referenced by BKE_keyconfig_pref_ensure().
| struct wmKeyConfigPref* wmKeyConfigPref::next |
Definition at line 492 of file DNA_windowmanager_types.h.
| struct wmKeyConfigPref * wmKeyConfigPref::prev |
Definition at line 492 of file DNA_windowmanager_types.h.
| IDProperty* wmKeyConfigPref::prop |
Definition at line 495 of file DNA_windowmanager_types.h.
Referenced by BKE_keyconfig_pref_ensure(), and BKE_keyconfig_pref_set_select_mouse().