class

SF::Joystick::Identification

Inherits Reference / Object

Structure holding a joystick's identification

Constructors

Instance methods

dup

Returns a shallow copy of this object.

This allocates a new object and copies the contents of self into it.

Source
finalize
Source
name

Name of the joystick

Source
name=(name : String)
Source
product_id

Product identifier

Source
product_id=(product_id : Int)
Source
vendor_id

Manufacturer identifier

Source
vendor_id=(vendor_id : Int)
Source