Пример #1
0
 static extern IntPtr NSDataFromGCExtendedGamepadSnapShotDataV100(
     /* GCExtendedGamepadSnapShotDataV100 * __nullable */ ref GCExtendedGamepadSnapShotDataV100 snapshotData);
Пример #2
0
 static extern bool GCExtendedGamepadSnapShotDataV100FromNSData(
     /* GCExtendedGamepadSnapShotDataV100 * __nullable */ out GCExtendedGamepadSnapShotDataV100 snapshotData,
     /* NSData * __nullable */ IntPtr data);
Пример #3
0
 public static bool TryGetSnapShotData(NSData data, out GCExtendedGamepadSnapShotDataV100 snapshotData)
 {
     return GCExtendedGamepadSnapShotDataV100FromNSData (out snapshotData, data == null ? IntPtr.Zero : data.Handle);
 }
Пример #4
0
 public static bool TryGetSnapShotData(NSData data, out GCExtendedGamepadSnapShotDataV100 snapshotData)
 {
     return(GCExtendedGamepadSnapShotDataV100FromNSData(out snapshotData, data == null ? IntPtr.Zero : data.Handle));
 }
Пример #5
0
 static extern bool GCExtendedGamepadSnapShotDataV100FromNSData(
     /* GCExtendedGamepadSnapShotDataV100 * __nullable */ out GCExtendedGamepadSnapShotDataV100 snapshotData,
     /* NSData * __nullable */ IntPtr data);
Пример #6
0
 static extern /* NSData * __nullable */ IntPtr NSDataFromGCExtendedGamepadSnapShotDataV100(
     /* GCExtendedGamepadSnapShotDataV100 * __nullable */ ref GCExtendedGamepadSnapShotDataV100 snapshotData);