split this up

Fix losing keyboard input when changing graphics settings (this happened
with the old code, too).
This commit is contained in:
Glenn Maynard
2003-06-18 05:43:12 +00:00
parent 4b1a6c4e1a
commit 81fbead16b
10 changed files with 440 additions and 327 deletions
+9 -3
View File
@@ -523,9 +523,6 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\
<File
RelativePath="ScreenUnlock.h">
</File>
<File
RelativePath="ScreenWarning.h">
</File>
</Filter>
<Filter
Name="Data Structures"
@@ -722,6 +719,9 @@ cl /Zl /nologo /c verstub.cpp /Fo&quot;$(IntDir)&quot;\
<File
RelativePath="RaveHelper.h">
</File>
<File
RelativePath="ScreenWarning.h">
</File>
<File
RelativePath=".\Song.cpp">
</File>
@@ -920,6 +920,12 @@ cl /Zl /nologo /c verstub.cpp /Fo&quot;$(IntDir)&quot;\
<File
RelativePath="arch\InputHandler\InputHandler_DirectInput.h">
</File>
<File
RelativePath="arch\InputHandler\InputHandler_DirectInputHelper.cpp">
</File>
<File
RelativePath="arch\InputHandler\InputHandler_DirectInputHelper.h">
</File>
<File
RelativePath="arch\InputHandler\InputHandler_Win32_Pump.cpp">
</File>