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

Implement chat history browsing (Client and Python)

This commit is contained in:
Filtik
2014-05-09 20:40:18 +02:00
parent b3d6afc1c1
commit 7d104772fd
4 changed files with 28 additions and 4 deletions

View File

@ -84,6 +84,8 @@ public:
kExitMode, // GUI Exit Mode key was pressed
kInterestingEvent, // GUI interesting-ness has changed
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,6 +101,8 @@ public:
// kEditBox
// kAction - enter 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