A  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  
K — Constant Static Property, class verlocity.input.KeyCode
Key(sKeyName:String) — Static Method , class verlocity.Verlocity
Returns the key code based on a registered key name.
KeyCode — final class, package verlocity.input
KeyCombo(aKeyCombo:Array) — method, class verlocity.components.verInput
Returns if a sequential key combo was pressed.
KeyData — Dynamic Class, package verlocity.input
KeyData() — Constructor, class verlocity.input.KeyData
This class will be the basis of key data.
KEY_DOUBLETAP_TIME — Property, class verlocity.settings.SettingsData
How long can we wait between key presses to check if they've been double tapped? See verInput.KeyIsDoubleTapped.
KEY_HISTORY_AMOUNT — Property, class verlocity.settings.SettingsData
The max amount of keys to store in history.
KeyIsDoubleTapped(keyCode:any) — method, class verlocity.components.verInput
Returns if a key was double tapped.
KeyIsDown(keyCode:any) — method, class verlocity.components.verInput
Returns if a key is currently down/pressed.
KeyIsReleased(keyCode:any) — method, class verlocity.components.verInput
Returns if a key was released.
KeyIsTriggered(keyCode:any) — method, class verlocity.components.verInput
Returns if a key was triggered (pressed once, not held).
KeyManager — final class, package verlocity.input
KeyManager(defaultKeys:verlocity.input:KeyData) — Constructor, class verlocity.input.KeyManager
keys — Static Property, class verlocity.Verlocity
Returns the key manager.
Kill(bPlayAnim:Boolean) — method, class verlocity.ents.DisplayEntity
Plays the death animation of the entity and removes it.
A  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