TouchBegan

sfml.window.Event.TouchBegan
See theTouchBegan companion object
final case class TouchBegan(finger: Int, x: Int, y: Int)

A touch event began

Value parameters

finger

Index of the finger in case of multi-touch events.

x

X position of the touch, relative to the left of the owner window.

y

Y position of the touch, relative to the top of the owner window.

Attributes

Companion
object

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product