This is the complete list of members for lmgl::core::Engine, including all inherited members.
| clear(float r, float g, float b, float a=1.0f) | lmgl::core::Engine | |
| free() | lmgl::core::Engine | |
| get_aspect_ratio() const | lmgl::core::Engine | |
| get_delta_time() const | lmgl::core::Engine | inline |
| get_fps() const | lmgl::core::Engine | inline |
| get_height() const | lmgl::core::Engine | inline |
| get_instance() | lmgl::core::Engine | static |
| get_mouse_delta(double &dx, double &dy) const | lmgl::core::Engine | |
| get_mouse_x() const | lmgl::core::Engine | inline |
| get_mouse_y() const | lmgl::core::Engine | inline |
| get_scroll_offset(double &xoffs, double &yoffs) const | lmgl::core::Engine | |
| get_time() const | lmgl::core::Engine | inline |
| get_width() const | lmgl::core::Engine | inline |
| get_window() const | lmgl::core::Engine | inline |
| init(int w, int h, std::string title, bool resizable=true, bool vsync=true) | lmgl::core::Engine | |
| is_fullscreen() const | lmgl::core::Engine | inline |
| is_key_just_pressed(Key key) const | lmgl::core::Engine | |
| is_key_just_released(Key key) const | lmgl::core::Engine | |
| is_key_pressed(Key key) const | lmgl::core::Engine | |
| is_mouse_button_pressed(MouseButton button) const | lmgl::core::Engine | |
| is_running() const | lmgl::core::Engine | |
| maximize() | lmgl::core::Engine | |
| minimize() | lmgl::core::Engine | |
| restore() | lmgl::core::Engine | |
| run(std::function< void(float)> update_callback) | lmgl::core::Engine | |
| set_cursor_mode(CursorMode mode) | lmgl::core::Engine | |
| set_fullscreen(bool fullscreen) | lmgl::core::Engine | |
| set_mouse_position(double x, double y) | lmgl::core::Engine | |
| set_resize_callback(std::function< void(int, int)> callback) | lmgl::core::Engine | inline |
| set_size(int width, int height) | lmgl::core::Engine | |
| set_title(const std::string &title) | lmgl::core::Engine | |
| set_vsync(VSyncMode mode) | lmgl::core::Engine | |
| shutdown() | lmgl::core::Engine | |