Difference between revisions of "Keyboard"

From uGFX Wiki
Jump to: navigation, search
Line 1: Line 1:
The keyboard widget provides a virtual on-screen keyboard. It's possible to change the keyboard layout dynamically. The widget comes with a set of built-in layouts such as QWERTY and NumPad but it's also possible to define custom layouts.
+
The keyboard widget provides a virtual on-screen keyboard. It's possible to change the keyboard layout dynamically. The widget comes with a set of built-in layouts such as ''QWERTY'' and ''NumPad'' but it's also possible to define custom layouts.
  
 
While the widget is fully functional, the corresponding documentation hasn't been written yet. Until we found time for that, please have a look at the official keyboard widget example that can be found in the uGFX library under <code>/demos/modules/gwin/keyboard</code>.
 
While the widget is fully functional, the corresponding documentation hasn't been written yet. Until we found time for that, please have a look at the official keyboard widget example that can be found in the uGFX library under <code>/demos/modules/gwin/keyboard</code>.

Revision as of 00:21, 24 January 2016

The keyboard widget provides a virtual on-screen keyboard. It's possible to change the keyboard layout dynamically. The widget comes with a set of built-in layouts such as QWERTY and NumPad but it's also possible to define custom layouts.

While the widget is fully functional, the corresponding documentation hasn't been written yet. Until we found time for that, please have a look at the official keyboard widget example that can be found in the uGFX library under /demos/modules/gwin/keyboard.

API reference

The API reference for the virtual keyboard widget can be found here.