libER 0.1.4.2
ELDEN RING API library
Loading...
Searching...
No Matches
CS_KEY_ASSIGN_MENUITEM_PARAM.hpp
1/* This file was automatically generated from XML paramdefs. */
2#pragma once
3
4namespace from {
5namespace paramdef {
18 int textID{ 0 };
19
26 int key{ -1 };
27
33 bool enableUnassign{ true };
34
41 bool enablePadConfig{ true };
42
49 bool enableMouseConfig{ true };
50
57 unsigned char group{ 0 };
58
65 int mappingTextID{ 0 };
66
72 bool viewPad{ true };
73
79 bool viewKeyboardMouse{ true };
80
81 unsigned char padding[6];
82};
83
84}; // namespace paramdef
85}; // namespace from
86
87static_assert(sizeof(from::paramdef::CS_KEY_ASSIGN_MENUITEM_PARAM) == 24,
88 "CS_KEY_ASSIGN_MENUITEM_PARAM paramdef size does not match detected size");
This struct was automatically generated from XML paramdefs.
Definition CS_KEY_ASSIGN_MENUITEM_PARAM.hpp:10
bool enableUnassign
lift
Definition CS_KEY_ASSIGN_MENUITEM_PARAM.hpp:33
bool viewPad
pad
Definition CS_KEY_ASSIGN_MENUITEM_PARAM.hpp:72
unsigned char group
group
Definition CS_KEY_ASSIGN_MENUITEM_PARAM.hpp:57
int mappingTextID
text
Definition CS_KEY_ASSIGN_MENUITEM_PARAM.hpp:65
bool viewKeyboardMouse
Mouse / keyboard.
Definition CS_KEY_ASSIGN_MENUITEM_PARAM.hpp:79
bool enablePadConfig
pad
Definition CS_KEY_ASSIGN_MENUITEM_PARAM.hpp:41
bool enableMouseConfig
mouse
Definition CS_KEY_ASSIGN_MENUITEM_PARAM.hpp:49
int textID
text
Definition CS_KEY_ASSIGN_MENUITEM_PARAM.hpp:18
int key
Key.
Definition CS_KEY_ASSIGN_MENUITEM_PARAM.hpp:26