An enum that holds a mapping of friendly names to an object containing the type of the enum as well as the raw / native value e.g.
{ "KeyA": { "type": "Keyboard", "value": "KeyA" }, "KeyS": { "type": "Keyboard", "value": "KeyS" }, ...} Copy
{ "KeyA": { "type": "Keyboard", "value": "KeyA" }, "KeyS": { "type": "Keyboard", "value": "KeyS" }, ...}
No description provided.
An enum that holds a mapping of friendly names to an object containing the type of the enum as well as the raw / native value e.g.