struct Scar::Event::TouchBegan

Overview

A touch began

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

[View source]

Instance Method Detail

def finger : UInt32 #

[View source]
def x : Int32 #

[View source]
def y : Int32 #

[View source]