struct Scar::Event::MouseButtonReleased

Overview

A mouse button was released

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(button : SF::Mouse::Button, x : Int32, y : Int32) #

[View source]

Instance Method Detail

def button : SF::Mouse::Button #

[View source]
def x : Int32 #

[View source]
def y : Int32 #

[View source]