find-controller-products ( product-id -- sequence )
Game controller input

Prev:get-controllers ( -- sequence )
Next:find-controller-instance ( product-id instance-id -- controller/f )


Vocabulary
game.input

Inputs
product-idA product ID as returned by product-id


Outputs
sequenceA sequence of controllers


Word description
Returns a sequence of controller objects representing the currently connected game controllers with the given product-id. The order of the controller objects in the sequence is not significant or guaranteed to be stable between calls to find-controller-products.

See also
product-string, product-id, instance-id, find-controller-instance

Definition