Fixed a typo in a comment.
This commit is contained in:
@@ -520,7 +520,7 @@ main(int argc, char *argv[])
|
|||||||
|
|
||||||
#ifdef Q_OS_WINDOWS
|
#ifdef Q_OS_WINDOWS
|
||||||
if (hook_enabled) {
|
if (hook_enabled) {
|
||||||
/* Yes, low-level hooks *DO* work raw input, at least global ones. */
|
/* Yes, low-level hooks *DO* work with raw input, at least global ones. */
|
||||||
llhook = SetWindowsHookEx(WH_KEYBOARD_LL, emu_LowLevelKeyboardProc, NULL, 0);
|
llhook = SetWindowsHookEx(WH_KEYBOARD_LL, emu_LowLevelKeyboardProc, NULL, 0);
|
||||||
atexit([] () -> void {
|
atexit([] () -> void {
|
||||||
if (llhook)
|
if (llhook)
|
||||||
|
|||||||
Reference in New Issue
Block a user