MyGL
|
This is the complete list of members for Window, including all inherited members.
clear(const my::Color &color) const | Window | |
close() | Window | |
display() const | Window | |
draw(my::AbstractShape &shape) const | Window | |
enableVsync(bool enable) | Window | |
getCamera() noexcept | Window | |
getFrametime() const | Window | |
getGLProcAdress(const char *name) (defined in Window) | Window | static |
getSize() const noexcept | Window | |
isRunning() const noexcept | Window | |
pollEvent(my::Event &e) | Window | |
setActive() noexcept | Window | |
setCamera(my::Camera &camera) noexcept | Window | |
setClipPlanes(float left, float right, float bottom, float top) | Window | |
setCursor(const Cursor &cursor) noexcept | Window | |
setFramerate(unsigned int limit) | Window | |
setIcon(const Image &icon) | Window | |
setSize(unsigned int width, unsigned int height, bool resizeViewport=false) | Window | |
setViewport(int x, int y, int width, int height) | Window | |
Window() | Window | |
Window(int width, int height, const std::string &title, unsigned int flags=my::WindowFlag::none, int antiAliasing=0, int GLVersionMajor=3, int GLVersionMinor=3) | Window | |
~Window() (defined in Window) | Window |