summaryrefslogtreecommitdiff
path: root/platform/uwp/app.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/uwp/app.h')
-rw-r--r--platform/uwp/app.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/uwp/app.h b/platform/uwp/app.h
index 0641ea1b8c..5f69f2cb0e 100644
--- a/platform/uwp/app.h
+++ b/platform/uwp/app.h
@@ -27,6 +27,7 @@
/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/*************************************************************************/
+
#pragma once
#include <string>
@@ -106,7 +107,6 @@ namespace GodotUWP
int last_touch_x[32]; // 20 fingers, index 31 reserved for the mouse
int last_touch_y[32];
- int number_of_contacts;
Windows::Foundation::Point last_mouse_pos;
};
}