Allow mouse capture on internal mice even if mouse_type is not actually set to MOUSE_TYPE_INTERNAL, fixes #2682.
This commit is contained in:
@@ -11990,3 +11990,9 @@ machine_get_machine_from_internal_name(char *s)
|
||||
|
||||
return(0);
|
||||
}
|
||||
|
||||
int
|
||||
machine_has_mouse(void)
|
||||
{
|
||||
return(machines[machine].flags & MACHINE_MOUSE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user