From fa9e0b425058d4349c4fbf62cdaf3fb1f3fb116a Mon Sep 17 00:00:00 2001 From: tj_devel709 Date: Thu, 24 Jun 2021 11:30:58 -0500 Subject: [PATCH] syntax and name change --- src/gamecontroller.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/gamecontroller.cs b/src/gamecontroller.cs index 46ccd46df344..6390927b689e 100644 --- a/src/gamecontroller.cs +++ b/src/gamecontroller.cs @@ -2000,7 +2000,7 @@ enum GCInputDirectional { delegate GCVirtualControllerElementConfiguration GCVirtualControllerElementUpdateBlock (GCVirtualControllerElementConfiguration configuration); [NoTV, NoMac, NoWatch, iOS (15,0), MacCatalyst (15,0)] - [BaseType (typeof(NSObject))] + [BaseType (typeof (NSObject))] [DisableDefaultCtor] interface GCVirtualController { @@ -2018,11 +2018,11 @@ interface GCVirtualController GCController Controller { get; } [Export ("changeElement:configuration:")] - void Change (string element, GCVirtualControllerElementUpdateBlock config); + void Change (string element, GCVirtualControllerElementUpdateBlock configuration); } [NoTV, NoMac, NoWatch, iOS (15,0), MacCatalyst (15,0)] - [BaseType (typeof(NSObject))] + [BaseType (typeof (NSObject))] interface GCVirtualControllerConfiguration { [Export ("elements", ArgumentSemantic.Strong)] @@ -2030,7 +2030,7 @@ interface GCVirtualControllerConfiguration } [NoTV, NoMac, NoWatch, iOS (15,0), MacCatalyst (15,0)] - [BaseType (typeof(NSObject))] + [BaseType (typeof (NSObject))] interface GCVirtualControllerElementConfiguration { [Export ("hidden")]