class SF::Joystick::Identification
- SF::Joystick::Identification
- Reference
- Object
Overview
Structure holding a joystick's identification
Defined in:
window/obj.crConstructors
Instance Method Summary
-
#dup : Identification
Returns a shallow copy of this object.
- #finalize
-
#name : String
Name of the joystick
- #name=(name : String)
-
#product_id : Int32
Product identifier
- #product_id=(product_id : Int)
-
#vendor_id : Int32
Manufacturer identifier
- #vendor_id=(vendor_id : Int)
Constructor Detail
Instance Method Detail
def dup : Identification
#
Description copied from class Reference
Returns a shallow copy of this object.
This allocates a new object and copies the contents of
self
into it.