Microtouch support (working at least for MS-DOS, Windows 95 and Windows NT 3.5)

This commit is contained in:
Cacodemon345
2024-05-04 17:01:29 +06:00
parent 7dbb96280d
commit f907b7817b
5 changed files with 284 additions and 2 deletions

View File

@@ -73,6 +73,7 @@ extern const device_t mouse_ltserial_device;
extern const device_t mouse_ps2_device;
extern const device_t mouse_wacom_device;
extern const device_t mouse_wacom_artpad_device;
extern const device_t mouse_mtouch_device;
#endif
extern void mouse_clear_x(void);