Event

eu.joaocosta.minart.input.PointerInput.Event
enum Event

Pointer Event

Attributes

Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

final case class Pressed(pos: Position)

Event representing a pointer press

Event representing a pointer press

Attributes

final case class Released(pos: Option[Position])

Event representing a pointer release If the position is None, then the event happened off-screen

Event representing a pointer release If the position is None, then the event happened off-screen

Attributes