Blowbox 2017
A 3D Game Engine by Riko Ophorst using DirectX 12
blowbox::Window Member List

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

Create(const Resolution &resolution, const String &window_title, Image *window_icon=nullptr)blowbox::Window
Focus()blowbox::Window
focused_blowbox::Windowprivate
GetGLFWWindow()blowbox::Window
GetKeyboardState()blowbox::Window
GetMouseState()blowbox::Window
GetWindowFocused() const blowbox::Window
GetWindowHandle() const blowbox::Window
GetWindowIcon() const blowbox::Window
GetWindowPosition() const blowbox::Window
GetWindowResolution() const blowbox::Window
GetWindowShouldClose()blowbox::Window
GetWindowSizeLimits() const blowbox::Window
GetWindowTitle() const blowbox::Window
GlfwCharCallback(GLFWwindow *window, unsigned int unicode_character)blowbox::Windowstatic
GlfwCursorPosCallback(GLFWwindow *window, double x, double y)blowbox::Windowstatic
GlfwFocusCallback(GLFWwindow *window, int focused)blowbox::Windowstatic
GlfwKeyCallback(GLFWwindow *window, int key, int scancode, int action, int modifiers)blowbox::Windowstatic
GlfwMouseButtonCallback(GLFWwindow *window, int button, int action, int modifiers)blowbox::Windowstatic
GlfwMouseEnterCallback(GLFWwindow *window, int entered)blowbox::Windowstatic
GlfwScrollCallback(GLFWwindow *window, double x, double y)blowbox::Windowstatic
keyboard_state_blowbox::Windowprivate
max_resolution_blowbox::Windowprivate
min_resolution_blowbox::Windowprivate
mouse_state_blowbox::Windowprivate
SetWindowIcon(Image *window_icon)blowbox::Window
SetWindowPosition(const DirectX::XMINT2 &window_position)blowbox::Window
SetWindowResolution(const Resolution &resolution)blowbox::Window
SetWindowSizeLimits(const Resolution &min_resolution, const Resolution &max_resolution)blowbox::Window
SetWindowTitle(const String &window_title)blowbox::Window
Window() (defined in blowbox::Window)blowbox::Window
window_blowbox::Windowprivate
window_icon_blowbox::Windowprivate
window_title_blowbox::Windowprivate
~Window() (defined in blowbox::Window)blowbox::Window