Module lib.held_keys
Held keys table.
This will contain all the input actions that are currently pressed down. For example:
if held_keys[hash("key_space")] then print("Spacebar is being held down") end
lib.held_keys
Held keys table.
This will contain all the input actions that are currently pressed down. For example:
if held_keys[hash("key_space")] then print("Spacebar is being held down") end