mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-22 21:48:34 +03:00
Merge branch 'main' into move-feature-flags-to-build-script
This commit is contained in:
@@ -222,11 +222,8 @@ fn start_routine(
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* run message loop */
|
/* run message loop */
|
||||||
loop {
|
while let Some(msg) = get_msg() {
|
||||||
// mouse / keybrd proc do not actually return a message
|
// mouse / keybrd proc do not actually return a message
|
||||||
let Some(msg) = get_msg() else {
|
|
||||||
break;
|
|
||||||
};
|
|
||||||
if msg.hwnd.0.is_null() {
|
if msg.hwnd.0.is_null() {
|
||||||
/* messages sent via PostThreadMessage */
|
/* messages sent via PostThreadMessage */
|
||||||
match msg.wParam.0 {
|
match msg.wParam.0 {
|
||||||
|
|||||||
Reference in New Issue
Block a user