technik / rev

Revolution Engine: A graphics/game engine pet project.
1 stars 1 forks source link

Touch support #5

Closed technik closed 13 years ago

technik commented 13 years ago

Create a basic interface for touch input, and implement the as touch for the phones and mouse for the PC

technik commented 13 years ago

I'm currently working on implementing this functionality for windows. Android support doesn't exist yet, but it's going to be the next task. As soon as this is tested on windows, I'll try porting it to Android (and maybe linux).

technik commented 13 years ago

Touch support is now integrated into the engine. This is done at multiplatform level. A Windows specific implementation is given as well. So I close this task and open a new one to give touch support for Android.