Class: SDL2::Joystick::DeviceInfo

Inherits:
Object
  • Object
show all
Defined in:
joystick.c,
joystick.c

Overview

This class represents joystick device information, its name and GUID.

You can get the information with devices.

Instance Attribute Summary (collapse)

Instance Attribute Details

- (String) GUID (readonly)

Device GUID

Returns:

  • (String)

- (String) name (readonly)

Device name

Returns:

  • (String)