|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Collaboration diagram for GUIKeyboardMappingEntry:Public Member Functions | |
| GUIKeyboardMappingEntry (ControllerActionVector action, int index) | |
| void | Backup () |
| void | Restore () |
| GUIKeyboardMappingEntry (ControllerActionButton action) | |
| void | DrawOverlay () |
| void | RemoveBinding () |
| void | Draw () |
| float | GetElementHeight () |
Public Attributes | |
| bool | displayOptions |
| KeyboardMappingsCategories_Layout.Category | Category |
| int | SortOrder |
Properties | |
| KeyCode | Binding [get, set] |
| bool | HasMapping [get, set] |
Private Member Functions | |
| bool | IsOverOptions (Microsoft.Xna.Framework.Vector2 cursorPosition) |
| string | GetTitle () |
Static Private Member Functions | |
| static | GUIKeyboardMappingEntry () |
Private Attributes | |
| ControllerActionButton | buttonAction |
| ControllerActionVector | axisAction |
| int | actionIndex |
| KeyCode | backupBinding |
| readonly string | localisationId |
| float | buttonScale |
| float | scale |
| bool | drawingOverlay |
| GUIInputRegionExclusive | _optionsBlocker |
Static Private Attributes | |
| static int | LastButtonMapped |
| static bool | ignoreClick |
Definition at line 15 of file GUIKeyboardMappingEntry.cs.