]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/panel.cpp
Implement keyboard navigation for most widgets
[libs/gltk.git] / source / panel.cpp
index f1eef110848abed72e114742ea2ff24b6e2ead11..c17fe4b261e74650a55349c62f314b39d710b06f 100644 (file)
@@ -26,7 +26,9 @@ namespace GLtk {
 
 Panel::Panel():
        layout(0)
-{ }
+{
+       input_type = INPUT_NAVIGATION;
+}
 
 Panel::~Panel()
 {