mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 04:13:35 +00:00
[NTVDM]: Return mouse information for INT 33h, AX=00h. Needed for apps that check for the mouse.
svn path=/trunk/; revision=64135
This commit is contained in:
@@ -130,6 +130,10 @@ static VOID WINAPI BiosMouseService(LPWORD Stack)
|
||||
DriverState.GraphicsCursor.CursorMask[14] = 0x0030; // 0000000000110000
|
||||
DriverState.GraphicsCursor.CursorMask[15] = 0x0000; // 0000000000000000
|
||||
|
||||
/* Return mouse information */
|
||||
setAX(0xFFFF); // Hardware & driver installed
|
||||
setBX(NUM_MOUSE_BUTTONS);
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user