|
| bool | GetDoubleTapDown (bool ignoreInputLock=false) |
| |
| bool | GetDoubleTapUp (bool ignoreInputLock=false) |
| |
| bool | GetKey (bool ignoreInputLock=false) |
| |
| bool | GetKeyDown (bool ignoreInputLock=false) |
| |
| bool | GetKeyUp (bool ignoreInputLock=false) |
| |
| override bool | IsNeutral () |
| |
| | KeyBinding () |
| |
| | KeyBinding (ControlTypes lockMask) |
| |
| | KeyBinding (KeyCode main) |
| |
| | KeyBinding (KeyCode main, ControlTypes lockMask) |
| |
| | KeyBinding (KeyCode main, InputBindingModes useSwitch) |
| |
| | KeyBinding (KeyCode main, InputBindingModes useSwitch, ControlTypes lockMask) |
| |
| | KeyBinding (KeyCode main, KeyCode alt) |
| |
| | KeyBinding (KeyCode main, KeyCode alt, ControlTypes lockMask) |
| |
| | KeyBinding (KeyCode main, KeyCode alt, InputBindingModes useSwitch, InputBindingModes useSwitchSecondary) |
| |
| | KeyBinding (KeyCode main, KeyCode alt, InputBindingModes useSwitch, InputBindingModes useSwitchSecondary, ControlTypes lockMask) |
| |
| override void | Load (ConfigNode node) |
| |
| override void | Save (ConfigNode node) |
| |
| object | Clone () |
| |
| bool | CompareSwitchState (InputBindingModes switchSt) |
| |
| bool | IsLocked () |
| |
| bool | IsUnlocked () |
| |
| KeyBinding.KeyBinding |
( |
| ) |
|
|
inline |
| KeyBinding.KeyBinding |
( |
KeyCode |
main | ) |
|
|
inline |
| KeyBinding.KeyBinding |
( |
KeyCode |
main, |
|
|
ControlTypes |
lockMask |
|
) |
| |
|
inline |
| KeyBinding.KeyBinding |
( |
KeyCode |
main, |
|
|
KeyCode |
alt |
|
) |
| |
|
inline |
| KeyBinding.KeyBinding |
( |
KeyCode |
main, |
|
|
KeyCode |
alt, |
|
|
ControlTypes |
lockMask |
|
) |
| |
|
inline |
| bool KeyBinding.GetDoubleTapDown |
( |
bool |
ignoreInputLock = false | ) |
|
|
inline |
| bool KeyBinding.GetDoubleTapUp |
( |
bool |
ignoreInputLock = false | ) |
|
|
inline |
| bool KeyBinding.GetKey |
( |
bool |
ignoreInputLock = false | ) |
|
|
inline |
| bool KeyBinding.GetKeyDown |
( |
bool |
ignoreInputLock = false | ) |
|
|
inline |
| bool KeyBinding.GetKeyUp |
( |
bool |
ignoreInputLock = false | ) |
|
|
inline |
| override bool KeyBinding.IsNeutral |
( |
| ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following file: