struct Scar::Event::MouseMoved

Overview

The mouse was moved

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

[View source]

Instance Method Detail

def x : Int32 #

[View source]
def y : Int32 #

[View source]