Skip to content

IInputContext.IsGamepadConnected(int) Method

Definition

Namespace: Brine2D.Input

Returns true if a gamepad is connected at the specified index.

bool IsGamepadConnected(int gamepadIndex=0);

Parameters

gamepadIndex System.Int32

Returns

System.Boolean