X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Finputmethod.h;h=441007568dd99644926dcae874bd6c43744d6895;hb=8f888fddb056e4af2437a8996b8294112509bc31;hp=31cbaf3d90c7be1ebd67a6737efd45a6ce473c1b;hpb=4b52d16bc895f9d969383d7a7d6a3558c1972cc5;p=libs%2Fgltk.git 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: