Searched defs:ekind (Results 1 - 1 of 1) sorted by relevance
| /vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/ |
| H A D | VBoxUtils-darwin.cpp | 578 const char * DarwinDebugEventName(UInt32 ekind) argument 580 switch (ekind) 672 sprintf(s_sz, "kind=%u", (uint)ekind); 695 UInt32 ekind = GetEventKind(evtRef), eclass = GetEventClass(evtRef); 698 switch (ekind) 711 printf("%d %s: (%s) %#x win=%p wid=%p (%s)\n", (int)time(NULL), psz, darwinDebugClassName(eclass), (uint)ekind, wid, widget, DarwinDebugEventName(ekind)); 722 switch (ekind) 731 printf("%d %s: (%s) %#x win=%p wid=%p (%s)\n", (int)time(NULL), psz, darwinDebugClassName(eclass), (uint)ekind, wid, widget, name); 735 printf("%d %s: %#x(%s) %#x (kEventClassKeyboard)", (int)time(NULL), psz, (uint)eclass, darwinDebugClassName(eclass), (uint)ekind); [all...] |
Completed in 64 milliseconds