InputSingleton.isJoyKnown

Returns true if the system knows the specified device. This means that it sets all button and axis indices exactly as defined in the JOY_* constants (see @GlobalScope). Unknown joypads are not expected to match these constants, but you can still retrieve events from them.

struct InputSingleton
@nogc nothrow
bool
isJoyKnown
(
in long device
)

Meta