struct Scar::Event::JoystickButtonPressed

Overview

A joystick button was pressed

Defined in:

scar/event.cr

Constructors

Instance Method Summary

Instance methods inherited from struct Scar::Event::Event

initialize initialize

Constructor methods inherited from struct Scar::Event::Event

new new

Constructor Detail

def self.new(joystick_id : UInt32, button : UInt32) #

[View source]

Instance Method Detail

def button : UInt32 #

[View source]
def joystick_id : UInt32 #

[View source]