mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-19 20:18:33 +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 */
|
||||
loop {
|
||||
while let Some(msg) = get_msg() {
|
||||
// mouse / keybrd proc do not actually return a message
|
||||
let Some(msg) = get_msg() else {
|
||||
break;
|
||||
};
|
||||
if msg.hwnd.0.is_null() {
|
||||
/* messages sent via PostThreadMessage */
|
||||
match msg.wParam.0 {
|
||||
|
||||
Reference in New Issue
Block a user