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

#GUIDString (readonly)

Device GUID

Returns:

  • (String)

#nameString (readonly)

Device name

Returns:

  • (String)