Fixed mouse getting stuck in endless loop when clicking homepage button in about window
This commit is contained in:
@@ -2825,6 +2825,8 @@ void SetMouseY(int Y)
|
|||||||
void ZsnesPage()
|
void ZsnesPage()
|
||||||
{
|
{
|
||||||
ShellExecute(NULL, NULL, "http://www.zsnes.com/", NULL, NULL, 0);
|
ShellExecute(NULL, NULL, "http://www.zsnes.com/", NULL, NULL, 0);
|
||||||
|
MouseX = 0;
|
||||||
|
MouseY = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user