xamarin-macios/src/GameController
Rolf Bjarne Kvinge 3ab838ef6d
[GameController] Make a few structs blittable. (#20697)
Make a few GameController structs blittable, which requires some workarounds
to the fact that these changes would be breaking changes - we're keeping the
old structs, and instead introduce internal blittable versions which are then
used in the api definitions (and thus generated P/Invokes).
2024-06-10 11:52:24 +02:00
..
Enums.cs [src/docs] Add xml documentation for types. (#20672) 2024-06-06 07:37:52 +02:00
GCController.cs [gamecontroller] Add nullability to (generated and manual) bindings (#14612) 2022-04-22 15:27:23 -05:00
GCExtendedGamepadSnapshot.cs [GameController] Make a few structs blittable. (#20697) 2024-06-10 11:52:24 +02:00
GCGamepadSnapshot.cs [GameController] Make P/Invokes have blittable signatures. (#20528) 2024-04-30 08:56:20 +02:00
GCMicroGamepadSnapshot.cs [GameController] Make P/Invokes have blittable signatures. (#20528) 2024-04-30 08:56:20 +02:00
GCMotion.cs [GameController] Make a few structs blittable. (#20697) 2024-06-10 11:52:24 +02:00
GCMouse.cs [GameController] GCMouse doesn't conform to NSCoding/NSSecureCoding. (#20641) 2024-05-28 08:34:15 +02:00