Win32: first commit for Pen driver (#1330)

This commit is contained in:
MatthiasWM
2025-12-21 20:52:27 +01:00
parent 7d4d163660
commit 453f4311ea
2 changed files with 178 additions and 192 deletions
+3 -10
View File
@@ -1819,20 +1819,13 @@ content key keyboard layout
return 0;
// case 0xc000: // WM_TABLET_QUERYSYSTEMGESTURESTATUS
// if (fl_win32_tablet_handler(fl_msg))
// return 0;
// break;
default:
{ LRESULT ret = fl_win32_tablet_handler(fl_msg);
default: {
LRESULT ret = fl_win32_tablet_handler(fl_msg);
if (ret != -1)
return ret;
}
if (Fl::handle(0, 0))
return 0;
break;
break; }
} // switch (uMsg)
} // if (window)
return DefWindowProcW(hWnd, uMsg, wParam, lParam);
File diff suppressed because it is too large Load Diff