Page 1 of 1

touch support ?

PostPosted: Sat Jul 21, 2012 7:54 pm
by erfan71
does game-editor support touch screen ?

and when we create game in windows then export for mobile we use key board for example " Lshift " or "arrow key" the in mobile it automatically change?

thanks please help me.

Re: touch support ?

PostPosted: Sat Jul 21, 2012 8:07 pm
by skydereign
Yes gE supports touch screen. They are equivalent to mouse events. Multitouch is currently only supported for the android alpha, but should be supported in the next official gE release. And no there isn't an auto-conversion of keyboard to touch screen controls. You'll have to program both methods of input into your game.

Re: touch support ?

PostPosted: Sat Jul 21, 2012 8:57 pm
by erfan71
ok
thanks
but about simple mobile ?
(mobile with simple key)

must we rewrite the code for those key?

or there is some auto converting?

Re: touch support ?

PostPosted: Sat Jul 21, 2012 10:01 pm
by skydereign
What mobile device are you talking about? If they have normal keys, then I believe it will work. If though, you are using gp2x or pocket pc, you can go into the [Config]->[Game Properties] menu to map certain keys to designated gp2x/pocket pc equivalents (at the bottom).

Re: touch support ?

PostPosted: Sun Jul 22, 2012 5:02 am
by erfan71
Ok

I understand.

thank you . :D

Re: touch support ?

PostPosted: Mon Jul 30, 2012 12:40 pm
by roseplummer
erfan71 wrote:but about simple mobile ?
(mobile with simple key)

must we rewrite the code for those key?

Looks like it works in a regular way