Searge-DP / grafx2

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

Virtual keyboard setting #453

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
A TabletPC running Windows or Linux runs the same executable as a desktop or 
laptop computer, and thus it doesn't get grafx2's virtual keyboard that is only 
included with a specific build option.

We should provide a setting 'Virtual Keyboard' with 3 values: Auto (default), 
On, Off.
The meaning of 'Auto' would be dependant on the platform/build: On the portable 
consoles with no keyboard, it would behave like "On", on all other platforms, 
it would behave like "Off".
Since "Auto" is a good default value for all, it allows us to package the same 
gfx2def.ini on all platforms.

Original issue reported on code.google.com by yrizoud on 27 Sep 2011 at 3:03

GoogleCodeExporter commented 8 years ago
Implemented in r1999

Original comment by yrizoud on 18 Sep 2012 at 11:42