gamepad constructor should be internal

pull/14/head
cosmonaut 2021-01-18 23:47:34 -08:00
parent dc3f320a49
commit adc06fb4fc
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ namespace MoonWorks
public float TriggerLeft { get; private set; } public float TriggerLeft { get; private set; }
public float TriggerRight { get; private set; } public float TriggerRight { get; private set; }
public Gamepad(IntPtr handle) internal Gamepad(IntPtr handle)
{ {
Handle = handle; Handle = handle;
} }