Windows Cursor fixes: Show mouse cursor in menu in fullscreen. Remove ClipCursor calls, not necessary.

This commit is contained in:
Henrik Rydgard
2013-05-04 23:21:51 +02:00
parent dfd07cd37c
commit d053d3c8b4
2 changed files with 21 additions and 4 deletions
+2
View File
@@ -18,6 +18,7 @@
#include "Core/Core.h"
#include "Core/Config.h"
#include "Core/CoreParameter.h"
#include "Core/System.h"
#include "EmuThread.h"
#include "DSoundStream.h"
#include "WindowsHost.h"
@@ -127,6 +128,7 @@ void WindowsHost::SetDebugMode(bool mode)
disasmWindow[i]->SetDebugMode(mode);
}
extern BOOL g_bFullScreen;
void WindowsHost::PollControllers(InputState &input_state)
{