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
|
Public Types | |
enum | Controls { PageGeneral , PageExplore , PageFight , PageMisc , PageMap , Element , Reset , Default , Back } |
Public Member Functions | |
void | Activate () |
int | GetNavigationOutDirs () |
GUIControllerItem | Navigate (Vector2 navigationVector) |
void | ActivateOverlay (GUIKeyboardMappingEntry overlayEntry, Rectangle overlayRegion) |
void | DeactivateOverlay () |
Rectangle | GetSelectedItemRegion () |
GUIKeyboardMappingOverlay () | |
Public Attributes | |
GUIKeyboardMappingEntry | _overlayEntry |
Rectangle | _overlayRegion |
int | _overlayIndex |
float | _overlayOffset |
GUIKeyboardMappingOverlay.Controls | selectedControl |
int | _selectedItem |
Private Member Functions | |
void | UpdateScroll () |
Definition at line 8 of file GUIKeyboardMappingOverlay.cs.