MCPcopy Create free account
hub / github.com/TanTanDev/runity / InputKeyJustReleased

Method InputKeyJustReleased

unity/Runity/World.cs:59–61  ·  view source on GitHub ↗
(UnityEngine.KeyCode a_key)

Source from the content-addressed store, hash-verified

57 }
58
59 public bool InputKeyJustReleased(UnityEngine.KeyCode a_key) {
60 return UnityEngine.Input.GetKeyUp(a_key);
61 }
62
63 public bool InputKeyHeld(UnityEngine.KeyCode a_key) {
64 return UnityEngine.Input.GetKey(a_key);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected