]> git.tdb.fi Git - libs/gltk.git/blob - source/inputmethod.cpp
Add an input method subsystem
[libs/gltk.git] / source / inputmethod.cpp
1 #include "inputmethod.h"
2
3 namespace Msp {
4 namespace GLtk {
5
6 InputMethod::InputMethod(Root &r):
7         root(r)
8 { }
9
10 } // namespace GLtk
11 } // namespace Msp