From 24bb6b6b4a40a7e7d9f430f9489626c93c58215d Mon Sep 17 00:00:00 2001 From: Javier Date: Sun, 30 Aug 2026 15:53:05 +0200 Subject: readd hack to kitten to load files from exe path, update vbmouse help message & nls files --- int33.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'int33.h') 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) */ -- cgit v1.2.3