MCPcopy Index your code
hub / github.com/EngoEngine/engo / WindowResizeMessage

Struct WindowResizeMessage

message.go:122–125  ·  view source on GitHub ↗

WindowResizeMessage is a message that's being dispatched whenever the game window is being resized by the gamer

Source from the content-addressed store, hash-verified

120
121// WindowResizeMessage is a message that's being dispatched whenever the game window is being resized by the gamer
122type WindowResizeMessage struct {
123 OldWidth, OldHeight int
124 NewWidth, NewHeight int
125}
126
127// Type returns the type of the current object "WindowResizeMessage"
128func (WindowResizeMessage) Type() string { return "WindowResizeMessage" }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected