MouseMoved

sfml.window.Event.MouseMoved
See theMouseMoved companion object
final case class MouseMoved(x: Int, y: Int)

The mouse cursor moved

Value parameters

x

X position of the mouse pointer, relative to the left of the owner window.

y

Y position of the mouse pointer, relative to the top of the owner window.

Attributes

Companion
object

Members list

Inherited
  • Not inherited
  • Product

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product