We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67ef377 commit 6fab505Copy full SHA for 6fab505
1 file changed
src/Menu/OptionsBaseState.cpp
@@ -44,6 +44,8 @@
44
#include "OptionsConfirmState.h"
45
#include "StartState.h"
46
47
+#include <iostream>
48
+
49
namespace OpenXcom
50
{
51
@@ -227,6 +229,8 @@ void OptionsBaseState::btnOkClick(Action *)
227
229
restart(_origin);
228
230
}
231
232
233
+ std::cout << "SDL_MOUSE_GRAB=" << SDL_WM_GrabInput(SDL_GRAB_QUERY) << std::endl;
234
235
236
/**
0 commit comments