aboutsummaryrefslogtreecommitdiff
path: root/int33.h
AgeCommit message (Expand)AuthorFilesLines
2022-12-31restore int33 callback+window when windows goes foregroundJavier1-0/+22
2022-12-11do not allow the show cursor counter to go above 0Javier1-1/+2
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
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 hooking,...Javier1-1/+9
2022-03-29initial import of DOS mouse driverJavier1-0/+197