- 2019-09-27:
Zui.isKeyDown
is nowZui.isKeyPressed
and another variable also calledZui.isKeyDown
was added:Zui.isKeyPressed
istrue
if a key was pressed down on the last frame (onlytrue
for one frame)Zui.isKeyDown
istrue
if at least one key is held down (for an arbitrary amount of time until it is released)
- 2018-10-15:
Zui.floatInput()
is nowExt.floatInput()