![]() |
Lua Player Plus Vita
Documentation of lpp-vita
|
Module that handles basic screen related stuffs. More...
Functions | |
| void | Screen::clear (int clr) |
| Clear the screen framebuffer. | |
| void | Screen::flip (void) |
| Flip the screen. | |
| int | Screen::getPixel (int x, int y) |
| Get a pixel color from the screen framebuffer. | |
| void | Screen::waitVblankStart (void) |
| Wait screen vertical synchronization (VSync). | |
Module that handles basic screen related stuffs.
| void Screen::clear | ( | int | clr | ) |
| void Screen::flip | ( | void | ) |
Flip the screen.
| int Screen::getPixel | ( | int | x, |
| int | y | ||
| ) |
Get a pixel color from the screen framebuffer.
| x | - X coordinate of the pixel. |
| y | - Y coordinate of the pixel. |
| void Screen::waitVblankStart | ( | void | ) |
Wait screen vertical synchronization (VSync).