Remove unimplemented methods

This commit is contained in:
Marcel Admiraal 2021-10-21 17:26:51 +01:00
parent 8688b97dda
commit 87a4ba492e
66 changed files with 2 additions and 171 deletions

View file

@ -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;