abstract struct SF::Event::JoystickConnectEvent

Overview

Joystick connection events parameters (see JoystickConnected, JoystickDisconnected)

Direct Known Subclasses

Defined in:

window/obj.cr

Constructors

Instance Method Summary

Instance methods inherited from struct SF::Event

initialize initialize

Constructor methods inherited from struct SF::Event

new new

Constructor Detail

def self.new #

[View source]

Instance Method Detail

Description copied from struct Value

Returns a shallow copy of this object.

Because Value is a value type, this method returns self, which already involves a shallow copy of this object because value types are passed by value.


[View source]
def joystick_id : UInt32 #

Index of the joystick (in range 0 ... Joystick::Count)


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

[View source]