]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/inputmethod.cpp
Add an input method subsystem
[libs/gltk.git] / source / inputmethod.cpp
diff --git a/source/inputmethod.cpp b/source/inputmethod.cpp
new file mode 100644 (file)
index 0000000..3062a27
--- /dev/null
@@ -0,0 +1,11 @@
+#include "inputmethod.h"
+
+namespace Msp {
+namespace GLtk {
+
+InputMethod::InputMethod(Root &r):
+       root(r)
+{ }
+
+} // namespace GLtk
+} // namespace Msp