dolphin/Source/UnitTests
Soren Jorvang db1765c425 Move async checking for pressed keys into Host_GetKeyState()
and use wxGetKeyState on platforms other than Windows.

I am not sure if wxGetKeyState is unreliable on Windows or if
the use of GetAsyncKeyState() is simply historical, but for now
I've left the Windows call in there just in case.

This does mean that Host_GetKeyState() is currently only valid
for the small set of keycodes that overlap between wx and Win32,
one of which is VK_TAB/WXK_TAB.

Anyway, please test wxGetKeyState on Windows and remove the
ifdef if it works, so we can extend it to the remaining hotkeys.


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6988 8ced0084-cf51-0410-be5f-012b33b47a6e
2011-01-30 16:40:38 +00:00
..
AudioJitTests.cpp Core/DSPCore: Make Jit read from coefficient ROM when told to do so, 2010-11-07 23:15:31 +00:00
CMakeLists.txt Core and DSPCore now have mutual dependencies, which breaks the 2011-01-29 14:06:48 +00:00
DSPJitTester.cpp Core/DSPCore: Changed g_dsp._r back to g_dsp.r. Removed the check*Exclude 2010-12-29 20:20:52 +00:00
DSPJitTester.h Core and DSPCore now have mutual dependencies, which breaks the 2011-01-29 14:06:48 +00:00
SConscript Try to fix Windows build. 2011-01-29 14:58:32 +00:00
UnitTests.cpp Move async checking for pressed keys into Host_GetKeyState() 2011-01-30 16:40:38 +00:00
UnitTests.vcproj Core and DSPCore now have mutual dependencies, which breaks the 2011-01-29 14:06:48 +00:00