MyGL
Loading...
Searching...
No Matches
Window Member List

This is the complete list of members for Window, including all inherited members.

clear(const my::Color &color) constWindow
close()Window
display() constWindow
draw(my::AbstractShape &shape) constWindow
enableVsync(bool enable)Window
getCamera() noexceptWindow
getFrametime() constWindow
getGLProcAdress(const char *name) (defined in Window)Windowstatic
getSize() const noexceptWindow
isRunning() const noexceptWindow
pollEvent(my::Event &e)Window
setActive() noexceptWindow
setCamera(my::Camera &camera) noexceptWindow
setClipPlanes(float left, float right, float bottom, float top)Window
setCursor(const Cursor &cursor) noexceptWindow
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