MCPcopy Create free account
hub / github.com/Skycoder42/QHotkey / nativeEventFilter

Method nativeEventFilter

QHotkey/qhotkey_mac.cpp:36–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34QHash<QHotkey::NativeShortcut, EventHotKeyRef> QHotkeyPrivateMac::hotkeyRefs;
35
36bool QHotkeyPrivateMac::nativeEventFilter(const QByteArray &eventType, void *message, _NATIVE_EVENT_RESULT *result)
37{
38 Q_UNUSED(eventType)
39 Q_UNUSED(message)
40 Q_UNUSED(result)
41 return false;
42}
43
44quint32 QHotkeyPrivateMac::nativeKeycode(Qt::Key keycode, bool &ok)
45{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected