diff options
| author | Javier <dev.git@javispedro.com> | 2026-08-30 15:53:05 +0200 |
|---|---|---|
| committer | Javier <dev.git@javispedro.com> | 2026-08-30 15:53:05 +0200 |
| commit | 24bb6b6b4a40a7e7d9f430f9489626c93c58215d (patch) | |
| tree | 5eaa4b9fe90cdb8e44654169383acab431ad5059 /int33.h | |
| parent | 9104ab9ab59c5b23e12a174368062b4bc166359f (diff) | |
| download | vbados-24bb6b6b4a40a7e7d9f430f9489626c93c58215d.tar.gz vbados-24bb6b6b4a40a7e7d9f430f9489626c93c58215d.zip | |
readd hack to kitten to load files from exe path, update vbmouse help message & nls files
Diffstat (limited to 'int33.h')
| -rw-r--r-- | int33.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -87,6 +87,14 @@ enum INT33_API { * @param cx horizontal speed, dx vertical speed */ INT33_SET_MOUSE_SPEED = 0xF, + /** Configures graphicsmode mouse cursor, but allows custom/larger sizes. + * @param bh cursor width (in words) + * @param ch cursor height (rows) + * @param bx horizontal hotspot , cx vertical hotspot + * @param es:dx address of cursor shape bitmap + * @see INT33_SET_GRAPHICS_CURSOR.*/ + INT33_SET_LARGE_GRAPHICS_CURSOR = 0x12, + /** If the mouse is moved more than this mickeys in one second, * the mouse motion is doubled. * @param cx doubling threshold (mickeys per second) */ |
