X-Git-Url: http://git.tdb.fi/?p=libs%2Fgltk.git;a=blobdiff_plain;f=source%2Finputmethod.h;h=441007568dd99644926dcae874bd6c43744d6895;hp=31cbaf3d90c7be1ebd67a6737efd45a6ce473c1b;hb=1597579a34a8d87d4dea0a0cdc0895e6247b6126;hpb=0326f950dfb4457bf3e3044cd17aeaa46e56bdac diff --git a/source/inputmethod.h b/source/inputmethod.h index 31cbaf3..4410075 100644 --- a/source/inputmethod.h +++ b/source/inputmethod.h @@ -9,9 +9,23 @@ class Root; enum InputType { INPUT_NONE, + INPUT_NAVIGATION, INPUT_TEXT }; +enum Navigation +{ + NAV_LEFT, + NAV_RIGHT, + NAV_UP, + NAV_DOWN, + NAV_NEXT, + NAV_PREVIOUS, + NAV_ACTIVATE, + NAV_ACCEPT, + NAV_CANCEL +}; + class InputMethod { protected: