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



generated by LDoc 1.4.6 Last updated 2021-02-09 13:11:36