Window

bearlyb.video.Window
See theWindow companion object
class Window

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def alwaysOnTop: Boolean
def alwaysOnTop_=(alwaysOnTop: Boolean): Unit
def aspectRatio: (minAspect: Float, maxAspect: Float)
def aspectRatio_=(aspectRatios: (minAspect: Float, maxAspect: Float)): Unit
def bordered: Boolean
def bordered_=(bordered: Boolean): Unit
def destroy(): Unit
def destroySurface(): Unit
def flags: Set[Flag]
def flash(operation: FlashOperation): Unit
def fullscreen: Boolean
def fullscreenMode_=(mode: DisplayMode): Unit
def fullscreen_=(fullscreen: Boolean): Unit
def hide(): Unit
def icon_=(icon: Surface): Unit
def id: WindowID
def keyboardGrabbed: Boolean
def keyboardGrabbed_=(grabbed: Boolean): Unit
def maximize(): Unit
def minimize(): Unit
def mouseGrabbed: Boolean
def mouseGrabbed_=(grabbed: Boolean): Unit
def opacity: Float
def opacity_=(opacity: Float): Unit
def position: (x: Int, y: Int)
def position_=(pos: (x: Int, y: Int)): Unit
def presentSurface(): Unit
def raise(): Unit
def resizable: Boolean
def resizable_=(resizable: Boolean): Unit
def restore(): Unit
def shape: Option[Surface]
def shape_=(mask: Option[Surface]): Unit
def show(): Unit
def size: (width: Int, height: Int)
def sizeInPixels: (width: Int, height: Int)
def size_=(dim: (width: Int, height: Int)): Unit
def sync(): Unit
def title: String
def title_=(title: String): Unit
def tooltip(xOffset: Int, yOffset: Int, width: Int, height: Int, flags: Flag*): Window
def vsync: Int
def vsync_=(syncInterval: Int): Unit