|
|
|
@ -83,8 +83,9 @@ public:
|
|
|
|
|
kFocusChange, // when one of its controls loses focus to another
|
|
|
|
|
kExitMode, // GUI Exit Mode key was pressed
|
|
|
|
|
kInterestingEvent, // GUI interesting-ness has changed
|
|
|
|
|
kMessageHistoryUp = 9, // up key to scroll back in history
|
|
|
|
|
kMessageHistoryDown,// down key to scroll forward in history
|
|
|
|
|
kSpecialAction, // meaning depends on control functionality (see below)
|
|
|
|
|
kMessageHistoryUp, // up key to scroll back in history
|
|
|
|
|
kMessageHistoryDown,// down key to scroll forward in history
|
|
|
|
|
kEndEventList |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
@ -99,8 +100,9 @@ public:
|
|
|
|
|
// kAction - single click on item(s)
|
|
|
|
|
// kEditBox
|
|
|
|
|
// kAction - enter key hit
|
|
|
|
|
// kMessageHistoryUp - up key hit
|
|
|
|
|
// kMessageHistoryDown - down key hit
|
|
|
|
|
// kSpecialAction - tab key hit (for autocompletion on Python side)
|
|
|
|
|
// kMessageHistoryUp - up key hit
|
|
|
|
|
// kMessageHistoryDown - down key hit
|
|
|
|
|
// kUpDownPair
|
|
|
|
|
// kValueChanged - the value of the pair has been changed
|
|
|
|
|
// kKnob
|
|
|
|
|