class
RenderWindowProperties
Contains various properties that describe a render window.
Public
Constructors
RenderWindowProperties
Methods
~RenderWindowProperties
Fields
IsFullScreen
True if window is running in fullscreen mode.
Left
Horizontal origin of the window in pixels.
Top
Vertical origin of the window in pixels.
HasFocus
Indicates whether the window currently has keyboard focus.
IsHidden
True if the window is hidden.
IsModal
True if the window is modal (blocks interaction with any non-modal window until closed).
IsMaximized
True if the window is maximized.
IsMinimized
True if the window is minimized.
Vsync
True if the render target will wait for vertical sync before swapping buffers.
This will eliminate tearing but may increase input latency.
VsyncInterval
Controls how often should the frame be presented in respect to display device refresh rate.
Normal value is 1 where it will match the refresh rate. Higher values will decrease the frame rate (for example present interval of 2 on 60Hz refresh rate will display at most 30 frames per second).