|
Numworks Epsilon
1.4.1
Graphing Calculator Operating System
|
#include "display.h"#include <kandinsky.h>#include <SDL/SDL.h>#include <assert.h>#include <stdlib.h>#include <emscripten.h>Go to the source code of this file.
Namespaces | |
| Ion | |
| Ion::Display | |
| Ion::Display::Emscripten | |
Functions | |
| void | Ion::Display::pushRect (KDRect r, const KDColor *pixels) |
| void | Ion::Display::pushRectUniform (KDRect r, KDColor c) |
| void | Ion::Display::pullRect (KDRect r, KDColor *pixels) |
| void | Ion::Display::waitForVBlank () |
| void | Ion::Display::Emscripten::init () |
| void | Ion::Display::Emscripten::refresh () |
Variables | |
| SDL_Surface * | screen = nullptr |
| SDL_Surface* screen = nullptr |
Definition at line 11 of file display.cpp.