AppBase

Class

Namespace: Imagini

Base types:

Declared in: Imagini


Base app class which instantiates a window and event loop. Derive from this if you want to provide your own renderer for the game loop.

Members

Property

  • Window
  • Events
  • TotalTime
  • ElapsedAppTime
  • IsMouseVisible
  • CaptureMouse
  • MousePosition
  • IsActive
  • TargetElapsedTime
  • InactiveSleepTime
  • MaxElapsedTime
  • IsFixedTimeStep
  • IsRunningSlowly
  • IsDisposed
  • Constructor

  • AppBase(WindowSettings)
  • AppBase(Window)
  • Method

  • CancelExitRequest()
  • Dispose()
  • RequestExit()
  • ResetElapsedTime()
  • Run()
  • SetupEvents()
  • SuppressDraw()
  • Terminate()
  • Tick()

  • Back to index