GL Studio SCECpp Runtime Library
Public Attributes | List of all members
GlsInputManager::Viewport Struct Reference

#include <gls_input_manager.h>

Public Attributes

GlsInt32 x
 
GlsInt32 y
 
GlsUInt32 width
 
GlsUInt32 height
 

Detailed Description

describes a rectangular render viewport

Member Data Documentation

GlsUInt32 GlsInputManager::Viewport::height

height of viewport in pixels

GlsUInt32 GlsInputManager::Viewport::width

width of viewport in pixels

GlsInt32 GlsInputManager::Viewport::x

x coord of lower left corner in pixels

GlsInt32 GlsInputManager::Viewport::y

y coord of lower left corner in pixels