using keyboard for animation

can I animate with opengl es a wheelchair in a home using keyboard of my computer , I mean that when I click on the button the wheelchair change direction ?

thanks for answer me

Hi

everything is in the Shell :slight_smile:

you just have to handle :

PVRShellIsKeyPressed(PVRShellKeyNameLEFT)

PVRShellIsKeyPressed(PVRShellKeyNameRIGHT)



of course you can easily custom your low level event using the shell, it s nicely had been designed for extension.



regards

david