From 7d9aa709b44853d58e92e4888679034a77f1dac5 Mon Sep 17 00:00:00 2001 From: player-03 Date: Sat, 1 Oct 2022 13:21:30 -0400 Subject: [PATCH] Fix more spacing. --- src/lime/_internal/backend/native/NativeApplication.hx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lime/_internal/backend/native/NativeApplication.hx b/src/lime/_internal/backend/native/NativeApplication.hx index 85a618029..2fa33fdbd 100644 --- a/src/lime/_internal/backend/native/NativeApplication.hx +++ b/src/lime/_internal/backend/native/NativeApplication.hx @@ -789,7 +789,6 @@ class NativeApplication public var y:Float; public var clickCount:Int; - public function new(type:MouseEventType = null, windowID:Int = 0, x:Float = 0, y:Float = 0, button:Int = 0, movementX:Float = 0, movementY:Float = 0, clickCount:Int = 0) { this.type = type;