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
KeyboardInput Class Reference
+ Collaboration diagram for KeyboardInput:

Classes

struct  KeyCodeMapping
 

Public Types

enum  VirtualKey {
  None , LeftButton , RightButton , Cancel ,
  MiddleButton , XButton1 , XButton2 , Back = 8 ,
  Tab , Clear = 12 , Enter , Shift = 16 ,
  Control , Menu , Pause , CapitalLock ,
  Kana , Hangul = 21 , Junja = 23 , Final ,
  Hanja , Kanji = 25 , Escape = 27 , Convert ,
  NonConvert , Accept , ModeChange , Space ,
  PageUp , PageDown , End , Home ,
  Left , Up , Right , Down ,
  Select , Print , Execute , Snapshot ,
  Insert , Delete , Help , Number0 ,
  Number1 , Number2 , Number3 , Number4 ,
  Number5 , Number6 , Number7 , Number8 ,
  Number9 , A = 65 , B , C ,
  D , E , F , G ,
  H , I , J , K ,
  L , M , N , O ,
  P , Q , R , S ,
  T , U , V , W ,
  X , Y , Z , LeftWindows ,
  RightWindows , Application , Sleep = 95 , NumberPad0 ,
  NumberPad1 , NumberPad2 , NumberPad3 , NumberPad4 ,
  NumberPad5 , NumberPad6 , NumberPad7 , NumberPad8 ,
  NumberPad9 , Multiply , Add , Separator ,
  Subtract , Decimal , Divide , F1 ,
  F2 , F3 , F4 , F5 ,
  F6 , F7 , F8 , F9 ,
  F10 , F11 , F12 , F13 ,
  F14 , F15 , F16 , F17 ,
  F18 , F19 , F20 , F21 ,
  F22 , F23 , F24 , NumberKeyLock = 144 ,
  Scroll , LeftShift = 160 , RightShift , LeftControl ,
  RightControl , LeftMenu , RightMenu , Semicolon = 186 ,
  Equals , Comma , Minus , Period ,
  Slash , BackQuote , LeftBracket = 219 , RightBracket = 221 ,
  Quote , Backslash = 226
}
 

Static Public Member Functions

static void KeyboardUpdate ()
 
static bool KeyPressed (int keyCode)
 
static void Update ()
 
static bool GetKey (KeyCode keycode)
 
static bool GetKeyUp (KeyCode keycode)
 
static bool GetKeyDown (KeyCode keycode)
 
static void KeyboardInitialise ()
 

Static Private Member Functions

static KeyboardInput ()
 

Static Private Attributes

static KeyboardInput.KeyCodeMapping[] keyMappings
 
static bool[] KeyStates
 
static bool[] KeyStatesOld
 
static AndroidJavaObject pressedStateArray
 
static IntPtr pressedStateArracyValues
 

Detailed Description

Definition at line 14 of file KeyboardInput.cs.


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