CPP-TOOLBOX
Loading...
Searching...
No Matches
Window Member List

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

cursor_is_disabledWindow
disable_cursor()Window
disable_fullscreen()Window
disable_wireframe_mode()Window
enable_cursor()Window
enable_fullscreen()Window
enable_wireframe_mode()Window
get_aspect_ratio_in_simplest_terms()Windowinline
glfw_windowWindow
height_pxWindow
print_opengl_info()Window
reduce_ratio(std::tuple< unsigned int, unsigned int > ratio)Windowinline
set_fullscreen_by_on_off(const std::string &on_off_string)Window
set_resolution(const std::string &resolution)Window
toggle_fullscreen()Window
toggle_mouse_mode()Window
top_left_corner_of_window_xWindow
top_left_corner_of_window_yWindow
width_pxWindow
Window(unsigned int width_px=700, unsigned int height_px=700, const std::string &window_name="my program", bool start_in_fullscreen=false, bool start_with_mouse_captured=false, bool vsync=false, bool print_out_opengl_data=false)Window
window_in_fullscreenWindow
window_should_close()Windowinline
wrap_tick_with_required_glfw_calls(std::function< void(double)> tick)Windowinline
~Window()Window