summaryrefslogtreecommitdiffhomepage
path: root/project/vs2015.UWP/raylib.App.UWP/App.h
diff options
context:
space:
mode:
authorSam C <[email protected]>2017-12-28 13:00:03 -0800
committerSam C <[email protected]>2017-12-28 13:00:03 -0800
commit9941a6f4aa32727ea9980ef37139cde26a956804 (patch)
tree9f7681c1f1e14438598c794256966549513dc956 /project/vs2015.UWP/raylib.App.UWP/App.h
parentc801830bcc55380a23a32d9d11be106f4c2e50b6 (diff)
downloadraylib-9941a6f4aa32727ea9980ef37139cde26a956804.tar.gz
raylib-9941a6f4aa32727ea9980ef37139cde26a956804.zip
Replace keyboard callbacks with polling
Diffstat (limited to 'project/vs2015.UWP/raylib.App.UWP/App.h')
-rw-r--r--project/vs2015.UWP/raylib.App.UWP/App.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/project/vs2015.UWP/raylib.App.UWP/App.h b/project/vs2015.UWP/raylib.App.UWP/App.h
index 66de6cc7..3f27eeb0 100644
--- a/project/vs2015.UWP/raylib.App.UWP/App.h
+++ b/project/vs2015.UWP/raylib.App.UWP/App.h
@@ -33,10 +33,6 @@ namespace raylibUWP
void OnDpiChanged(Windows::Graphics::Display::DisplayInformation^ sender, Platform::Object^ args);
void OnOrientationChanged(Windows::Graphics::Display::DisplayInformation^ sender, Platform::Object^ args);
- // Input Event Handlers
- void OnKeyDown(Windows::UI::Core::CoreWindow ^ sender, Windows::UI::Core::KeyEventArgs ^ args);
- void OnKeyUp(Windows::UI::Core::CoreWindow ^ sender, Windows::UI::Core::KeyEventArgs ^ args);
-
private:
bool mWindowClosed;