Class GameWindow<TK>
public abstract class GameWindow<TK> : GameWindow, IDisposable, IComponent, IReferencable, ICollectorHolder
  Type Parameters
TK
- Inheritance
 - 
      objectGameWindow<TK>
 
- Implements
 
- Inherited Members
 
- Extension Methods
 
Methods
Initialize(GameContext)
protected override sealed void Initialize(GameContext gameContext)
  Parameters
gameContextGameContext
Initialize(GameContext<TK>)
protected abstract void Initialize(GameContext<TK> context)
  Parameters
contextGameContext<TK>