GameController.isGameController

Returns if the given device (e.g. a Joystick) is supported by the GameController interface.

Note: Only if this method returns true, the device can be handled with the GameController struct

struct GameController
@nogc static
bool
isGameController
nothrow
(
int device
)

Meta