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 Member Functions | |
GUIControllerMappingEntry (ControllerActionVector action, GUIControllerMappingStateTable table) | |
GUIControllerMappingEntry (ControllerActionButton buttonMapping, GUIControllerMappingStateTable table) | |
override void | DrawOverlay () |
void | RemoveBinding () |
override void | Draw () |
override float | GetElementHeight () |
Public Attributes | |
bool | displayOptions |
ControllerMappingsCategories_Layout.Category | Category |
int | SortOrder |
GUISettingID | _id |
int | _sortId |
SettingsOverlayOptionCategories_Layout.Category | _category |
Properties | |
bool | HasMapping [get, set] |
Private Member Functions | |
void | RemoveAxisBindings (ControllerActionVector actionAxis) |
void | RebindAxis (ControllerActionVector actionAxis, Axis x, Axis y, int stateIndex) |
void | RebindButton (ControllerActionButton actionButton, AxisButtons axisButton, int stateIndex) |
void | RebindButton (ControllerActionButton actionButton, Buttons axisButton, int stateIndex) |
bool | IsOverOptions (Microsoft.Xna.Framework.Vector2 cursorPosition) |
string | GetTitle () |
Static Private Member Functions | |
static | GUIControllerMappingEntry () |
Private Attributes | |
GUIControllerMappingStateTable | Table |
ControllerActionVector | vector |
ControllerActionButton | button |
GUIControllerMappingState | _state |
float | buttonScale |
float | scale |
bool | drawingOverlay |
GUIInputRegionExclusive | _optionsBlocker |
Static Private Attributes | |
static int | LastButtonMapped |
Definition at line 16 of file GUIControllerMappingEntry.cs.