Skip to content

class SF::Joystick::Identification
inherits Reference #

Structure holding a joystick's identification

Constructors#

Methods#

#dup : Identification#

Returns a shallow copy of this object.

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

View source

#finalize#

View source

#name : String#

Name of the joystick

View source

#name=(name : String)#

View source

#product_id : Int32#

Product identifier

View source

#product_id=(product_id : Int)#

View source

#vendor_id : Int32#

Manufacturer identifier

View source

#vendor_id=(vendor_id : Int)#

View source