| Safe Haskell | None |
|---|
HGamer3D.Bindings.CEGUI.EnumWindowUpdateMode
Documentation
data EnumWindowUpdateMode Source
Constructors
| WUM_ALWAYS | Always call the Window::update |
| WUM_NEVER | Never call the Window::update |
| WUM_VISIBLE | Only call the Window::update |
Instances