dolphin/Source/Core
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
..
AudioCommon Move async checking for pressed keys into Host_GetKeyState() 2011-01-30 16:40:38 +00:00
Common Equip any new threads with an NSAutoreleasePool. 2011-01-29 23:46:26 +00:00
Core Move async checking for pressed keys into Host_GetKeyState() 2011-01-30 16:40:38 +00:00
DebuggerUICommon Added "DebugFast" configs to vs2010 projects. Removed solution folders.(vs express doesn't like them) 2011-01-27 10:41:26 +00:00
DebuggerWX Core and DSPCore now have mutual dependencies, which breaks the 2011-01-29 14:06:48 +00:00
DiscIO Be a little more careful about the use of SSE. 2011-01-29 11:40:20 +00:00
DolphinWX Move async checking for pressed keys into Host_GetKeyState() 2011-01-30 16:40:38 +00:00
InputCommon Guard against controller instances without any inputs. 2011-01-30 08:12:34 +00:00
VideoCommon Virtual base classes should have a virtual destructor. 2011-01-30 01:58:54 +00:00
VideoUICommon Added "DebugFast" configs to vs2010 projects. Removed solution folders.(vs express doesn't like them) 2011-01-27 10:41:26 +00:00
CMakeLists.txt Core and DSPCore now have mutual dependencies, which breaks the 2011-01-29 14:06:48 +00:00