mirror of
https://github.com/yawut/SDL.git
synced 2026-09-14 12:06:26 -05:00
Detect more types of IMPS/2 mouse
This commit is contained in:
@@ -482,7 +482,7 @@ static int detect_imps2(int fd)
|
||||
#ifdef DEBUG_MOUSE
|
||||
fprintf(stderr, "Last mouse mode: 0x%x\n", ch);
|
||||
#endif
|
||||
if ( ch == 3 ) {
|
||||
if ( (ch == 3) || (ch == 4) ) {
|
||||
imps2 = 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user