terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Types | |
enum | InteractionMode |
Public Member Functions | |
void | SetupMappings () |
void | Activate () |
void | UpdateUINavigation (float elapsedTime) |
void | UpdateCursorPosition () |
void | DisableNavigationFromAxis (int fromAxis=-1) |
bool | Pressed (GUIControllerInputButton.LinkedControlType action) |
bool | Pressed (int action) |
bool | PressedTriggered (GUIControllerInputButton.LinkedControlType action) |
void | ClearUIPressed () |
bool | PressedTriggered (int action) |
bool | PressedReleased (GUIControllerInputButton.LinkedControlType action) |
bool | PressedReleased (int action) |
bool | NextPagePressed () |
bool | PreviousPagePressed () |
bool | SettingsPressed () |
GUIControllerNavigationController () | |
Properties | |
global::Cursor | UICursor [get] |
ControllerActionVector | NavigationAxis [get] |
GUIControllerItem | CurrentNavigationItem [get, set] |
Private Attributes | |
global::Cursor | EmulatedCursor |
Point | lastPoint |
GUIControllerItem | _currentNavigationItem |
Definition at line 9 of file GUIControllerNavigationController.cs.