aboutsummaryrefslogtreecommitdiff
path: root/int33.h
AgeCommit message (Collapse)AuthorFilesLines
2022-04-18switch mouse driver to always use 1-byte packets from BIOSJavier1-1/+1
2022-04-18in w16driver, change mouse speed for improved dosemu2 compatibilityJavier1-6/+18
See discussion in https://github.com/dosemu2/dosemu2/issues/1552#issuecomment-1101657149
2022-04-14add wheel support to win16 mouse driverJavier1-0/+11
2022-04-08try to detect video mode changesJavier1-3/+25
2022-04-03try to handle graphical cursor rendering in a more generic wayJavier1-2/+7
2022-04-03complete wheel supportJavier1-6/+25
2022-04-02implement graphic cursor for CGA modes, wheel mouse detection, int2f ↵Javier1-1/+9
hooking, simplify w16 driver
2022-03-29initial import of DOS mouse driverJavier1-0/+197