|
JNGL
Easy to use cross-platform 2D game library
|
Contains jngl::Pixels class. More...
#include <cstdint>Go to the source code of this file.
Classes | |
| class | Pixels |
| Scale-dependent pixels, corresponds to actual pixels on the screen. More... | |
Namespaces | |
| namespace | jngl |
| JNGL's main namespace. | |
Functions | |
| bool | operator> (jngl::Pixels, jngl::Pixels) |
| Pixels | operator/ (Pixels, float) |
| jngl::Pixels | operator""_px (unsigned long long) |
Contains jngl::Pixels class.
Definition in file Pixels.hpp.