SF::Event::TouchEvent
Inherits SF::Event / Struct / Value / Object
Touch events parameters (see TouchBegan, TouchMoved, TouchEnded)
Constructors
new
SourceInstance methods
dup
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.
finger=(finger : Int)
Sourcex=(x : Int)
Sourcey=(y : Int)
Source