C# Class Core.Window

Datei anzeigen Open project: vogon101/BasicOS Class Usage Examples

Public Properties

Property Type Description
startX int
title string

Protected Properties

Property Type Description
renderer WindowRenderer
windowManager WindowManager

Public Methods

Method Description
Window ( WindowManager wm ) : System
onClose ( ) : void
render ( ) : void
step ( ) : void

Method Details

Window() public method

public Window ( WindowManager wm ) : System
wm WindowManager
return System

onClose() public abstract method

public abstract onClose ( ) : void
return void

render() public abstract method

public abstract render ( ) : void
return void

step() public abstract method

public abstract step ( ) : void
return void

Property Details

renderer protected_oe property

protected WindowRenderer,Core renderer
return WindowRenderer

startX public_oe property

public int startX
return int

title public_oe property

public string title
return string

windowManager protected_oe property

protected WindowManager,Core windowManager
return WindowManager