Allolib  1.0
C++ Components For Interactive Multimedia
al::Window::Dim Struct Reference

Window pixel dimensions. More...

#include <C:/Users/Andres/source/repos/casm_viewer/external/tinc/external/allolib/include/al/io/al_Window.hpp>

Public Member Functions

 Dim (int v=0)
 
 Dim (int w_, int h_)
 
 Dim (int l_, int t_, int w_, int h_)
 
void set (int l_, int t_, int w_, int h_)
 
float aspect () const
 
void print () const
 

Public Attributes

int l
 
int t
 
int w
 
int h
 

Detailed Description

Window pixel dimensions.

Definition at line 277 of file al_Window.hpp.


The documentation for this struct was generated from the following file: