Fix up winkey GetKeystroke to not use GetAsyncKeyState, and disable GetState if Xenia is not the active window.

This commit is contained in:
Dr. Chat
2015-08-18 18:50:33 -05:00
parent 38064acd51
commit 29ed27bfc5
3 changed files with 161 additions and 96 deletions

View File

@@ -13,5 +13,6 @@ project("xenia-hid-winkey")
defines({
})
includedirs({
project_root.."/third_party/elemental-forms/src",
})
local_platform_files()