nn::gd::CTR::Viewport::Viewport Constructor
Viewport(
u32 x,
u32 y,
u32 width,
u32 height
);
| Name | Description | |
|---|---|---|
| in | x | Specifies the X coordinate of the lower left corner of the screen. |
| in | y | Specifies the Y coordinate of the lower left corner of the screen. |
| in | width | Specifies the viewport width. |
| in | height | Specifies the viewport height. |
The constructor for the viewport. Initializes using argument values.
CONFIDENTIAL