class SF::Joystick::Identification

Overview

Structure holding a joystick's identification

Defined in:

window/obj.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

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.


[View source]
def finalize #

[View source]
def name : String #

Name of the joystick


[View source]
def name=(name : String) #

[View source]
def product_id : Int32 #

Product identifier


[View source]
def product_id=(product_id : Int) #

[View source]
def vendor_id : Int32 #

Manufacturer identifier


[View source]
def vendor_id=(vendor_id : Int) #

[View source]