aboutsummaryrefslogtreecommitdiff
path: root/int33.h
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2026-08-30 15:53:05 +0200
committerJavier <dev.git@javispedro.com>2026-08-30 15:53:05 +0200
commit24bb6b6b4a40a7e7d9f430f9489626c93c58215d (patch)
tree5eaa4b9fe90cdb8e44654169383acab431ad5059 /int33.h
parent9104ab9ab59c5b23e12a174368062b4bc166359f (diff)
downloadvbados-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.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/int33.h b/int33.h
index 2c34a6d..b36b8f4 100644
--- a/int33.h
+++ b/int33.h
@@ -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) */