|
Elin Decompiled Documentation EA 23.229 Stable 1st Anniversary Patch 2
|
Public Member Functions | |
| bool | Update (bool forcePress=false) |
| void | Consume () |
Public Attributes | |
| float | timer |
| int | count |
| bool | consumed |
| Func< KeyMap > | func |
Properties | |
| EAction | Action [get] |
| bool | IsRepeating [get] |
|
inline |
Definition at line 243 of file EInput.cs.
References EInput.KeyboardPress.consumed.
Referenced by AM_Adv._OnUpdateInput(), and Scene.Init().
|
inline |
Definition at line 215 of file EInput.cs.
References EInput.KeyboardPress.consumed, EInput.KeyboardPress.count, EInput.delta, EInput.KeyboardPress.func, and EInput.KeyboardPress.timer.
Referenced by ActionMode.DoFunc(), and EInput.GetAction().
| bool EInput.KeyboardPress.consumed |
Definition at line 207 of file EInput.cs.
Referenced by EInput.KeyboardPress.Consume(), and EInput.KeyboardPress.Update().
| int EInput.KeyboardPress.count |
Definition at line 205 of file EInput.cs.
Referenced by EInput.KeyboardPress.Update().
| Func<KeyMap> EInput.KeyboardPress.func |
Definition at line 209 of file EInput.cs.
Referenced by EInput.SetKeyMap(), and EInput.KeyboardPress.Update().
| float EInput.KeyboardPress.timer |
Definition at line 203 of file EInput.cs.
Referenced by EInput.KeyboardPress.Update().
|
get |
Definition at line 211 of file EInput.cs.
Referenced by EInput.GetAction().
|
get |
Definition at line 213 of file EInput.cs.
Referenced by AM_Adv._OnUpdateInput().