Skip to content

Commit ac58eec

Browse files
authored
Merge 6a49055 into 1d541fe
2 parents 1d541fe + 6a49055 commit ac58eec

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/gamecontroller.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ partial interface GCControllerDirectionPad {
121121

122122
[iOS (7,0)]
123123
[Mac (10,9, onlyOn64: true)]
124+
[Deprecated (PlatformName.MacOSX, 10, 12)]
125+
[Deprecated (PlatformName.iOS, 10, 0)]
124126
[BaseType (typeof (NSObject))]
125127
[DisableDefaultCtor] // return nil handle -> only exposed as getter
126128
partial interface GCGamepad {

0 commit comments

Comments
 (0)