cgv
Loading...
Searching...
No Matches
cgv::os::display_position Struct Reference

the display position gives the signed x and y coordinates on the virtual screen More...

#include <display.h>

Public Member Functions

 display_position (int _x=0, int _y=0)
 constructor
 

Public Attributes

int x
 signed x position on virtual screen
 
int y
 signed y position on virtual screen
 

Detailed Description

the display position gives the signed x and y coordinates on the virtual screen

Definition at line 31 of file display.h.

Constructor & Destructor Documentation

◆ display_position()

cgv::os::display_position::display_position ( int  _x = 0,
int  _y = 0 
)
inline

constructor

Definition at line 38 of file display.h.

Member Data Documentation

◆ x

int cgv::os::display_position::x

signed x position on virtual screen

Definition at line 34 of file display.h.

◆ y

int cgv::os::display_position::y

signed y position on virtual screen

Definition at line 36 of file display.h.


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