XploreME!
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Motorola A1200/ROKR E6 with touchscreen support please ?

4 posters

Go down

Motorola A1200/ROKR E6 with touchscreen support please ? Empty Motorola A1200/ROKR E6 with touchscreen support please ?

Post by Lubomyr Sat Oct 13, 2007 1:43 pm

Please add to support
Motorola A1200/ROKR E6 with touchscreen ?

240x320 (java full size)

keycode

up: -1
left: -3
right: -4
down: -2
fire: -5
volume up: -30
volume down: -31

touchscreen procedure with emulating pressing key for example

protected void _pointerPressedIIV(int x, int y)
{
int screenW = getWidth();
int screenH = getHeight();
if(y < screenH / 4)
{
if(x < screenW / 3)
KEYPRESSED(49);
else
if(x < (screenW / 3) * 2)
KEYPRESSED(50);
else
KEYPRESSED(51);
} else
if(y < (screenH / 4) * 2)
{
if(x < screenW / 3)
KEYPRESSED(52);
else
if(x < (screenW / 3) * 2)
KEYPRESSED(53);
else
KEYPRESSED(54);
} else
if(y < (screenH / 4) * 3)
{
if(x < screenW / 3)
KEYPRESSED(55);
else
if(x < (screenW / 3) * 2)
KEYPRESSED(56);
else
KEYPRESSED(57);
} else
if(x < screenW / 3)
KEYPRESSED(m_CodeToaI[0]);
else
if(x < (screenW / 3) * 2)
KEYPRESSED(48);
else
KEYPRESSED(m_CodeToaI[1]);
}


Motorola A1200/ROKR E6 with touchscreen support please ? Touch02

Lubomyr

Number of posts : 1
Country : Ukraine, Lviv
Registration date : 2007-03-24

Back to top Go down

Motorola A1200/ROKR E6 with touchscreen support please ? Empty Re: Motorola A1200/ROKR E6 with touchscreen support please ?

Post by ThaPhoeniX Sat Oct 13, 2007 3:51 pm

give me more info, do u need a new keycodes to be sets?
ThaPhoeniX
ThaPhoeniX
Admin

Number of posts : 387
Registration date : 2007-02-24

https://xploreme.editboard.com

Back to top Go down

Motorola A1200/ROKR E6 with touchscreen support please ? Empty Re: Motorola A1200/ROKR E6 with touchscreen support please ?

Post by fanxl666 Sun Oct 14, 2007 7:11 am

waiting~~

fanxl666

Number of posts : 1
Country : China
Registration date : 2007-04-07

Back to top Go down

Motorola A1200/ROKR E6 with touchscreen support please ? Empty Re: Motorola A1200/ROKR E6 with touchscreen support please ?

Post by La Noche Oscura Thu Jan 15, 2009 10:18 pm

ThaPhoeniX wrote:give me more info, do u need a new keycodes to be sets?
I'm not sure that it is need. Just need to make touch-screen support because a1200/e6 don't have a hardware digits buttons. Key Codes it is available buttons for JVM (also JVM can't to open virtual keyboard - it possible in standart text fields)

La Noche Oscura

Number of posts : 2
Country : Russia
Registration date : 2008-09-14

Back to top Go down

Motorola A1200/ROKR E6 with touchscreen support please ? Empty Re: Motorola A1200/ROKR E6 with touchscreen support please ?

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum