mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 06:05:58 -06:00
... more logs
This commit is contained in:
parent
75ac2e3cdc
commit
19553e22ce
1 changed files with 5 additions and 0 deletions
|
|
@ -789,6 +789,11 @@ bool Ctrl::ProcessEvent0(bool *quit, bool fetch)
|
|||
Value val = e.value;
|
||||
Events.DropHead();
|
||||
Ctrl *w = GetTopCtrlFromId(e.windowid);
|
||||
String ev = "?";
|
||||
Tuple2<int, const char *> *f = FindTuple(xEvent, __countof(xEvent), CurrentEvent.type);
|
||||
if(f)
|
||||
ev = f->b;
|
||||
LOG("=== PROCESS EVENT " << Upp::Name(w) << " " << ev);
|
||||
FocusSync();
|
||||
CaptureSync();
|
||||
if(w) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue