KeyHit - KeyDown

Previous topic - Next topic

Enigma

Is there a way of having the key command only read one key press even if you hold that key down? In Blitz you have either KeyHit which only reads one key press (even if you hold it down) or you have KeyDown which reads the key as being held down.

If there is no current way of doing this, could it be added?
Russ Hoy


Enigma

Couldn't this just not be added as 2 new commands? It would be much easier.
Russ Hoy

Moru

No, this way you can change things as you want them yourself, this is easy enough to use.

peterpan

Oh,
by the way, could you added : KeyLeft, KeyRight, KeyUp, KeyDown , KeySpace and KeyEscape' ?