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