Skip to content

Commit

Permalink
Remove unused structure.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomspilman committed Aug 31, 2024
1 parent f15dd95 commit 572f574
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions MonoGame.Framework/Platform/Native/Platform.Interop.cs
Original file line number Diff line number Diff line change
Expand Up @@ -178,18 +178,6 @@ internal struct MGP_Event
public MGP_ControllerEvent Controller;
}

[StructLayout(LayoutKind.Sequential)]
internal struct MGP_GamePadState
{
public bool IsConnected;
public int PacketNumber;
public Buttons Buttons;
public Vector2 ThumbstickL;
public Vector2 ThumbstickR;
public float TriggerL;
public float TriggerR;
}

[MGHandle]
internal readonly struct MGP_Platform { }

Expand Down

0 comments on commit 572f574

Please sign in to comment.