mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 21:51:47 +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:
parent
1c4d9ec3f1
commit
7b9ecd8232
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue