jiayouxjh / grafx2

Automatically exported from code.google.com/p/grafx2
0 stars 0 forks source link

Virtual keyboard for console ports #389

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Entering text fields (Readline() functions) should open a pop-up virtual 
keyboard, so the user can input the string without a keyboard. This is 
mandatory for consoles of GP2X family.
A "full" keyboard is necessary for loading/saving and text, and can be used for 
all other usages.
A specialized "keypad" keyboard would speed up the many numeric (integer) 
entries, with bigger buttons for comfort.
A #define should allow developers to activate it on any platform, for testing.

Original issue reported on code.google.com by yrizoud on 24 Sep 2010 at 12:24

GoogleCodeExporter commented 9 years ago
Mockups of the planned keyboards.

Original comment by yrizoud on 26 Sep 2010 at 10:53

Attachments:

GoogleCodeExporter commented 9 years ago
Better full keyboard, bigger by popular request.

Original comment by yrizoud on 2 Oct 2010 at 12:38

Attachments:

GoogleCodeExporter commented 9 years ago
(re-uploaded screenshot. googlecode doesn't like layered gifs created by Grafx2)

Original comment by yrizoud on 2 Oct 2010 at 12:41

Attachments:

GoogleCodeExporter commented 9 years ago
Working as of r1637. It's active on console ports or if you compile with option 
VIRT_KEY=1.
I attach here a screen capture with the keyboard I made for integer/decimal 
input. (Decimal dot is only accepted in screens made by Lua scripts)

Original comment by yrizoud on 7 Oct 2010 at 10:23

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by yrizoud on 22 Nov 2010 at 8:17