dome
dome copied to clipboard
Add `justReleased` to get when a key has been released
This would be useful for cases, where getting the key release would be optimal. This could be relevant to handling UI events or when wanting to create bindings to different elements.
In relation to that, perhaps adding allReleased, isButtonReleased and isKeyReleased should be a future consideration.