MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / getEventTime

Method getEventTime

source/x11/xserver.cpp:700–702  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

698}
699
700U32 XServer::getEventTime() {
701 return KSystem::getMilliesSinceStart();
702}
703
704U32 XServer::getInputModifiers() {
705 U32 modifiers = KNativeSystem::getCurrentInput()->getInputModifiers();

Callers 9

setPropertyMethod · 0.80
deletePropertyMethod · 0.80
input2NotifyMethod · 0.80
motionNotifyMethod · 0.80
crossingNotifyMethod · 0.80
keyNotifyMethod · 0.80
buttonNotifyMethod · 0.80
initClipboardMethod · 0.80
x11_ConvertSelectionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected