terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
Microsoft.Xna.Framework.Input.GamePadDPad Struct Reference

Public Member Functions

 GamePadDPad (ButtonState upValue, ButtonState downValue, ButtonState leftValue, ButtonState rightValue)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 
override string ToString ()
 

Static Public Member Functions

static bool operator== (GamePadDPad left, GamePadDPad right)
 
static bool operator!= (GamePadDPad left, GamePadDPad right)
 

Package Functions

 GamePadDPad (Buttons buttons)
 

Properties

ButtonState Down [get, private set]
 
ButtonState Left [get, private set]
 
ButtonState Right [get, private set]
 
ButtonState Up [get, private set]
 

Private Attributes

ButtonState< Downk__BackingField
 
ButtonState< Leftk__BackingField
 
ButtonState< Rightk__BackingField
 
ButtonState< Upk__BackingField
 

Detailed Description

Definition at line 8 of file GamePadDPad.cs.


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