• Articles
  • Api Documentation
Show / Hide Table of Contents
  • Inferno
    • CollisionMode
    • DrawMode
    • Game
    • Game.OnResizeEventArgs
    • GameState
    • GameState.StateOnDrawEventArgs
    • GameWindow
    • Instance
    • MathHelper
    • Matrix
    • Point
    • Rectangle
    • Settings
    • SpatialMode
    • UpdateMode
    • Vector2
    • Vector3
    • Vector4
  • Inferno.Audio
    • AudioDevice
    • Sound
  • Inferno.Content
    • ContentLoader
  • Inferno.Formats.Audio
    • WaveFormat
  • Inferno.Formats.Graphics.Text
    • FontFormat
  • Inferno.Graphics
    • Camera
    • Color
    • GraphicsDevice
    • PlatformType
    • Renderable
    • RenderableType
    • Renderer
    • RenderSortMode
    • RenderTarget
    • Shader
    • ShaderLanguage
    • ShaderType
    • Sprite
    • Texture2D
    • Tileset
  • Inferno.Graphics.Text
    • Font
    • FontBuilder
  • Inferno.Input
    • ButtonState
    • Key
    • Keyboard
    • Keyboard.KeyEventArgs
    • KeyboardState
    • KeyState
    • Mouse
    • MouseState
  • Inferno.Tiled
    • RenderOrder
    • TiledLayer
    • TiledLayerChunk
    • TiledLoader
    • TiledMap
    • TiledMapOrientation
    • TiledObject
    • TiledObjectLayer
    • TiledVersion
  • Inferno.UI
    • MessageBox
    • MessageBoxType
    • UserInterface
  • Inferno.UI.Controls
    • Button
    • Control
    • Control.ControlClickedEvent
    • Control.ControlHoveredEvent
    • Control.TextChangedEventArgs
    • ControlState
    • Cursor
    • Label

Class GameWindow

The gamewindow is the window that the game is displayed in

Inheritance
System.Object
GameWindow
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Inferno
Assembly: Inferno.Desktop.dll
Syntax
public sealed class GameWindow

Properties

| Improve this Doc View Source

AllowAltF4

Declaration
public bool AllowAltF4 { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

AllowResize

Declaration
public bool AllowResize { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Bounds

Declaration
public Rectangle Bounds { get; set; }
Property Value
Type Description
Rectangle
| Improve this Doc View Source

Fullscreen

Declaration
public bool Fullscreen { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Height

Declaration
public int Height { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Position

Declaration
public Point Position { get; set; }
Property Value
Type Description
Point
| Improve this Doc View Source

ShowCursor

Declaration
public bool ShowCursor { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Title

Declaration
public string Title { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

VSync

Declaration
public bool VSync { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Width

Declaration
public int Width { get; set; }
Property Value
Type Description
System.Int32

Methods

| Improve this Doc View Source

Exit()

Declaration
public void Exit()
  • Improve this Doc
  • View Source
Back to top Generated by DocFX