Difference between revisions of "Keyboard"

From uGFX Wiki
Jump to: navigation, search
(API reference)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
The keyboard widget provides a virtual, on-screen keyboard. 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>.
+
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>.
  
 
== API reference ==
 
== API reference ==
The API reference for virtual keyboard widget can be found [http://api.ugfx.org/master/group___virtual_keyboard.html here].
+
The API reference for the virtual keyboard widget can be found [http://api.ugfx.org/group___virtual_keyboard.html here].
  
  
 
[[Category:Widget]]
 
[[Category:Widget]]

Latest revision as of 15:49, 4 February 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.