diff options
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) */ |
