Castle Game Engine |
Class TGLModeFrozenScreen
UnitDeclaration
DescriptionEnter / exit modal box on a TCastleWindowBase, additionally saving the screen contents before entering modal box. This is nice if you want to wait for some event (like pressing a key), keeping the same screen displayed. During this lifetime, we set special TCastleWindowBase.OnDraw and TCastleWindowBase.OnResize to draw the saved image in a simplest 2D OpenGL projection. Between creation/destroy, TCastleWindowBase.UserData is used by this function for internal purposes. So don't use it yourself. We'll restore initial TCastleWindowBase.UserData at destruction. Hierarchy
OverviewMethods
DescriptionMethods
Generated by PasDoc 0.12.1 on 2013-02-04 20:26:53 |