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
Loading...
Searching...
No Matches
GUIControllerNavigationController Class Reference
+ Collaboration diagram for GUIControllerNavigationController:

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 ()
 

Public Attributes

float NavigationRepeatDelay
 
float NavigationDelay
 
float NavigationDelayToUse
 
bool InitialNavigationMovement
 
bool previousInteractionDownState
 
bool DisableNavigation
 
int DisableNavigationAxis
 
DateTime NavigationTick
 
ControllerActionVector UINavigationAxis
 
ControllerActionVector UIScrollAxis
 
ControllerActionButton[] UIAction
 
ControllerActionButton NextPage
 
ControllerActionButton PreviousPage
 
ControllerActionButton PlayFile
 
ControllerActionButton DeleteFile
 
ControllerActionButton CloudFile
 
ControllerActionButton FavouriteFile
 
ControllerActionButton NewFile
 
ControllerActionButton CloseFileMenu
 
ControllerActionButton Settings
 
ControllerActionButton Share
 
ControllerActionButton CycleLeftPage
 
ControllerActionButton CycleRightPage
 
ControllerActionButton Debug
 
bool[] UIActionWasPressed
 
bool[] UIActionPressed
 

Properties

global::Cursor UICursor [get, set]
 
ControllerActionVector NavigationAxis [get, set]
 
GUIControllerItem CurrentNavigationItem [get, set]
 

Private Attributes

global::Cursor EmulatedCursor
 
Point lastPoint
 
GUIControllerItem _currentNavigationItem
 

Detailed Description

Definition at line 14 of file GUIControllerNavigationController.cs.


The documentation for this class was generated from the following file: