tweak comment
parent
41382d4054
commit
fc174c35ae
|
@ -38,7 +38,7 @@ namespace MoonWorks.Input
|
|||
public delegate void OnGamepadConnectedFunc(int slot);
|
||||
|
||||
/// <summary>
|
||||
/// Called when a game pad has been connected.
|
||||
/// Called when a gamepad has been connected.
|
||||
/// </summary>
|
||||
/// <param name="slot">The slot where the connection occurred.</param>
|
||||
public OnGamepadConnectedFunc OnGamepadConnected;
|
||||
|
@ -46,7 +46,7 @@ namespace MoonWorks.Input
|
|||
public delegate void OnGamepadDisconnectedFunc(int slot);
|
||||
|
||||
/// <summary>
|
||||
/// Called when a game pad has been disconnected.
|
||||
/// Called when a gamepad has been disconnected.
|
||||
/// </summary>
|
||||
/// <param name="slot">The slot where the disconnection occurred.</param>
|
||||
public OnGamepadDisconnectedFunc OnGamepadDisconnected;
|
||||
|
|
Loading…
Reference in New Issue