OnScreenKeyboard library v0.4.4
 By Beardface

Overview:
 libosk is a configurable easy to use onscreenkeyboard library for the wii.  Its intention is to emulate the same look and feel 
you get while using the wii's on screen keyboard.

Features:
 +100% customizable via config files!
   Language, look and feel!
 +Easy to use development API!

Running the demo:
  Copy everything in ./wii to the root of your SD card.
   -Launch using the HBC

Development:
  Requirements:
     libmxml, libwiisprite

Using the library in your app:
  Copy everythign in libosk to $(DEVKITPRO)/libogc/

You can see how to use the OnScreenKeyboard library in ./demo

Useage:
  As you'll see in the demo, using libosk is very easy.

Thanks:
  devkitpro/libogc
  libwiisprite (feesh chaosteil),
  libmxml 
  Muzer for some initial testing