keypressing

Started by rulk, Sep 23, 2015, 04:59 PM

Previous topic - Next topic

rulk

Hya chaps,

How do I detect if the player has pressed the left or right arrow keys ?
We are all god's children.

.

I suppose you could do that with `onPlayerGameKeysChange(...)`
.

DizzasTeR

If you want ONLY left or right arrow detection then you need bindkey but if you need Game key which acts at those keys then the above function.

Good luck chap ;)

rulk

perfect, thanks chaps
We are all god's children.