|
Blender V5.0
|
#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-configurations aren't saved to disk.
wmKeyConfigPref is written to DNA, wmKeyConfigPrefType_Runtime has the RNA type.
Definition at line 500 of file DNA_windowmanager_types.h.
| char wmKeyConfigPref::idname[64] |
Unique name.
Definition at line 503 of file DNA_windowmanager_types.h.
Referenced by BKE_keyconfig_pref_ensure().
| struct wmKeyConfigPref* wmKeyConfigPref::next |
Definition at line 501 of file DNA_windowmanager_types.h.
| struct wmKeyConfigPref * wmKeyConfigPref::prev |
Definition at line 501 of file DNA_windowmanager_types.h.
| IDProperty* wmKeyConfigPref::prop |
Definition at line 504 of file DNA_windowmanager_types.h.
Referenced by BKE_keyconfig_pref_ensure(), and BKE_keyconfig_pref_set_select_mouse().