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 | 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, set] |
ControllerActionVector | NavigationAxis [get, set] |
GUIControllerItem | CurrentNavigationItem [get, set] |
Private Attributes | |
global::Cursor | EmulatedCursor |
Point | lastPoint |
GUIControllerItem | _currentNavigationItem |
Definition at line 14 of file GUIControllerNavigationController.cs.