rotation and translation

can I use two key board(left and up or right and up …) in the same time for rotation and translation .

for example a car which advance by clicking the up key , the it should rotate a few angle by clicking the right key and without stoping it .that mean rotate and translate in the same time like the video game

thanks for answer me

Hi Aicha,



The input framework in our SDK is very basic. It’s primarily designed for debugging and testing. It is only capable of processinga single key at a time. If you need to handle multiple key commands simultaneously, you will have to extend the SDK’s framework or write your own handler for keyboard events.



We’re planning to revise the framework for a future release. As part of this, we may try to make our input handling more flexible.



Joe