Skip to content

Commit 76bef96

Browse files
authored
[xcode26.2] Update GameController bindings to Xcode 26.2 Beta 2 (#24297)
1 parent 2ee3465 commit 76bef96

File tree

6 files changed

+28
-8
lines changed

6 files changed

+28
-8
lines changed

src/gamecontroller.cs

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3043,6 +3043,11 @@ interface GCLinearInput {
30433043
[Abstract]
30443044
[Export ("sources", ArgumentSemantic.Copy)]
30453045
NSSet<IGCPhysicalInputSource> Sources { get; }
3046+
3047+
[TV (26, 2), Mac (26, 2), iOS (26, 2), MacCatalyst (26, 2)]
3048+
[Abstract]
3049+
[NullAllowed, Export ("physicalExtents")]
3050+
IGCPhysicalInputExtents PhysicalExtents { get; }
30463051
}
30473052

30483053
interface IGCPhysicalInputElement { }
@@ -3368,4 +3373,23 @@ partial interface NSValue {
33683373
[Export ("GCPoint2Value")]
33693374
GCPoint2 GCPoint2Value { get; }
33703375
}
3376+
3377+
interface IGCPhysicalInputExtents { }
3378+
3379+
[TV (26, 2), Mac (26, 2), iOS (26, 2), MacCatalyst (26, 2)]
3380+
[Protocol (BackwardsCompatibleCodeGeneration = false)]
3381+
interface GCPhysicalInputExtents {
3382+
3383+
[Abstract]
3384+
[Export ("scaledValue")]
3385+
double ScaledValue { get; }
3386+
3387+
[Abstract]
3388+
[Export ("minimumValue")]
3389+
double MinimumValue { get; }
3390+
3391+
[Abstract]
3392+
[Export ("maximumValue")]
3393+
double MaximumValue { get; }
3394+
}
33713395
}

tests/cecil-tests/Documentation.KnownFailures.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21082,6 +21082,9 @@ P:FileProvider.NSFileProviderRequest.IsSystemRequest
2108221082
P:FileProvider.NSFileProviderRequest.RequestingExecutable
2108321083
P:FileProvider.NSFileProviderStringSearchRequest.DesiredNumberOfResults
2108421084
P:FileProvider.NSFileProviderStringSearchRequest.Query
21085+
P:Foundation.IGCPhysicalInputExtents.MaximumValue
21086+
P:Foundation.IGCPhysicalInputExtents.MinimumValue
21087+
P:Foundation.IGCPhysicalInputExtents.ScaledValue
2108521088
P:Foundation.INSObjectProtocol.DebugDescription
2108621089
P:Foundation.INSProgressReporting.Progress
2108721090
P:Foundation.NSArchiveReplaceEventArgs.NewObject
@@ -21440,6 +21443,7 @@ P:GameController.IGCLinearInput.Analog
2144021443
P:GameController.IGCLinearInput.CanWrap
2144121444
P:GameController.IGCLinearInput.LastValueLatency
2144221445
P:GameController.IGCLinearInput.LastValueTimestamp
21446+
P:GameController.IGCLinearInput.PhysicalExtents
2144321447
P:GameController.IGCLinearInput.Sources
2144421448
P:GameController.IGCLinearInput.Value
2144521449
P:GameController.IGCLinearInput.ValueDidChangeHandler

tests/xtro-sharpie/api-annotations-dotnet/MacCatalyst-GameController.todo

Lines changed: 0 additions & 2 deletions
This file was deleted.

tests/xtro-sharpie/api-annotations-dotnet/iOS-GameController.todo

Lines changed: 0 additions & 2 deletions
This file was deleted.

tests/xtro-sharpie/api-annotations-dotnet/macOS-GameController.todo

Lines changed: 0 additions & 2 deletions
This file was deleted.

tests/xtro-sharpie/api-annotations-dotnet/tvOS-GameController.todo

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)