stop intercepting the WM_SYSCHAR keys
This commit is contained in:
parent
0d8daca12f
commit
d3d46705f3
@ -1322,6 +1322,7 @@ namespace detail
|
|||||||
arg.ignore = false;
|
arg.ignore = false;
|
||||||
brock.emit(event_code::shortkey, msgwnd, arg, true, &context);
|
brock.emit(event_code::shortkey, msgwnd, arg, true, &context);
|
||||||
}
|
}
|
||||||
|
def_window_proc = true;
|
||||||
break;
|
break;
|
||||||
case WM_SYSKEYDOWN:
|
case WM_SYSKEYDOWN:
|
||||||
if(brock.whether_keyboard_shortkey() == false)
|
if(brock.whether_keyboard_shortkey() == false)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user