diff options
author | Marcel Admiraal <madmiraal@users.noreply.github.com> | 2021-10-21 17:26:51 +0100 |
---|---|---|
committer | Marcel Admiraal <madmiraal@users.noreply.github.com> | 2021-10-21 18:44:25 +0100 |
commit | 87a4ba492ee4f4a055dfff5afacf48dd4e62e839 (patch) | |
tree | cf4fff3b872a69d2888b9b8be661b30635e1839c /platform/uwp | |
parent | 8688b97dda57bec8083870a2e2c4c7ca9a021f46 (diff) |
Remove unimplemented methods
Diffstat (limited to 'platform/uwp')
-rw-r--r-- | platform/uwp/os_uwp.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/platform/uwp/os_uwp.h b/platform/uwp/os_uwp.h index 7945f409a1..9398573ee1 100644 --- a/platform/uwp/os_uwp.h +++ b/platform/uwp/os_uwp.h @@ -117,11 +117,6 @@ private: Windows::System::Display::DisplayRequest ^ display_request; - void _post_dpad(DWORD p_dpad, int p_device, bool p_pressed); - - void _drag_event(int idx, UINT uMsg, WPARAM wParam, LPARAM lParam); - void _touch_event(int idx, UINT uMsg, WPARAM wParam, LPARAM lParam); - ref class ManagedType { public: property bool alert_close_handle; |