summaryrefslogtreecommitdiffstats
path: root/src/input_common/keyboard.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2017-03-20 16:13:52 +0100
committerGitHub <noreply@github.com>2017-03-20 16:13:52 +0100
commita48e5c64b65c99aea859f5941028f42b117fb8e4 (patch)
treeb23a5f598b6a0a4b7346e2be7839f2cd4b5de2a5 /src/input_common/keyboard.h
parentMerge pull request #2631 from wwylele/fix-unwrap (diff)
parentcitra-qt: remove dead code (diff)
downloadyuzu-a48e5c64b65c99aea859f5941028f42b117fb8e4.tar
yuzu-a48e5c64b65c99aea859f5941028f42b117fb8e4.tar.gz
yuzu-a48e5c64b65c99aea859f5941028f42b117fb8e4.tar.bz2
yuzu-a48e5c64b65c99aea859f5941028f42b117fb8e4.tar.lz
yuzu-a48e5c64b65c99aea859f5941028f42b117fb8e4.tar.xz
yuzu-a48e5c64b65c99aea859f5941028f42b117fb8e4.tar.zst
yuzu-a48e5c64b65c99aea859f5941028f42b117fb8e4.zip
Diffstat (limited to '')
-rw-r--r--src/input_common/keyboard.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/input_common/keyboard.h b/src/input_common/keyboard.h
index 76359aa30..861950472 100644
--- a/src/input_common/keyboard.h
+++ b/src/input_common/keyboard.h
@@ -38,6 +38,8 @@ public:
*/
void ReleaseKey(int key_code);
+ void ReleaseAllKeys();
+
private:
std::shared_ptr<KeyButtonList> key_button_list;
};