Resized

sfml.window.Event.Resized
See theResized companion object
final case class Resized(width: Int, height: Int)

The window was resized

Value parameters

height

New height, in pixels.

width

New width, in pixels.

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