aboutsummaryrefslogtreecommitdiff
path: root/int33.h
diff options
context:
space:
mode:
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) */