aboutsummaryrefslogtreecommitdiff
path: root/int2fwin.h
AgeCommit message (Collapse)AuthorFilesLines
2022-12-31restore int33 callback+window when windows goes foregroundJavier1-19/+4
Even though it should not be necessary, this should help some cases where mouse control is lost when returning from a fullscreen DOS box.
2022-04-20add back support for using ps/2 bios with 3-byte packetsJavier1-0/+2
apparently some BIOSes and DOSBox don't support 1-byte streaming mode, and neither does win386 without a special vkd
2022-04-02complete support for the win386 hooks in dos mouse side, and further ↵Javier1-6/+29
simplify w16 driver
2022-04-02implement graphic cursor for CGA modes, wheel mouse detection, int2f ↵Javier1-0/+17
hooking, simplify w16 driver
2022-03-13let VMD know the mouse typeJavier1-0/+48
2022-03-12use int2f to detect fullscreen dosboxes in protected modeJavier1-0/+55