1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-18 11:19:10 +00:00

Engine part of chat name completion

This commit is contained in:
Bartek Bok
2012-03-01 22:32:02 +01:00
parent 860bba92fb
commit 1a59bcd1a0
5 changed files with 20 additions and 1 deletions

View File

@ -83,6 +83,7 @@ public:
kFocusChange, // when one of its controls loses focus to another
kExitMode, // GUI Exit Mode key was pressed
kInterestingEvent, // GUI interesting-ness has changed
kSpecialAction, // meaning depends on control functionality (see below)
kEndEventList
};
@ -97,6 +98,7 @@ public:
// kAction - single click on item(s)
// kEditBox
// kAction - enter key hit
// kSpecialAction - tab key hit (for autocompletion on Python side)
// kUpDownPair
// kValueChanged - the value of the pair has been changed
// kKnob