the display position gives the signed x and y coordinates on the virtual screen
More...
#include <display.h>
|
int | x |
| signed x position on virtual screen
|
|
int | y |
| signed y position on virtual screen
|
|
the display position gives the signed x and y coordinates on the virtual screen
Definition at line 31 of file display.h.
◆ display_position()
cgv::os::display_position::display_position |
( |
int |
_x = 0 , |
|
|
int |
_y = 0 |
|
) |
| |
|
inline |
int cgv::os::display_position::x |
signed x position on virtual screen
Definition at line 34 of file display.h.
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: