State

semagrams.controllers.MouseController$.State
See theState companion object
case class State(pos: Complex, pressed: BitSet)

The state of the MouseController as a value

Attributes

pos

the current position of the mouse

pressed

the current buttons pressed

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Update the state based on a mouse event

Update the state based on a mouse event

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product