ViewportResize

indigo.shared.events.ViewportResize
final case class ViewportResize(gameViewPort: GameViewport) extends ViewEvent

Fired whenever the game window changes size, so that the view can respond.

Value parameters

gameViewPort

The actual size in pixels, you can ask it to apply magnification.

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product