aboutsummaryrefslogtreecommitdiff
path: root/int33.h
diff options
context:
space:
mode:
Diffstat (limited to 'int33.h')
-rw-r--r--int33.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/int33.h b/int33.h
index 10816f0..ebe9476 100644
--- a/int33.h
+++ b/int33.h
@@ -28,7 +28,8 @@ enum INT33_API {
* On return, ax = 0xFFFF, bx = number of buttons. */
INT33_RESET_MOUSE = 0,
- /** Increment the cursor visible counter. The cursor is shown when the counter is >= 0. */
+ /** Increment the cursor visible counter. The cursor is shown when the counter is >= 0.
+ * Note: the internal cursor counter is always <= 0. */
INT33_SHOW_CURSOR = 1,
/** Decrement the cursor visible counter. The cursor is shown when the counter is >= 0. */
INT33_HIDE_CURSOR = 2,