This is the complete list of members for hellfire::IWindowEventHandler, including all inherited members.
| on_key_down(int keycode) | hellfire::IWindowEventHandler | inlinevirtual |
| on_key_up(int keycode) | hellfire::IWindowEventHandler | inlinevirtual |
| on_mouse_button(int button, bool pressed) | hellfire::IWindowEventHandler | inlinevirtual |
| on_mouse_move(float x, float y) | hellfire::IWindowEventHandler | inlinevirtual |
| on_mouse_wheel(float delta) | hellfire::IWindowEventHandler | inlinevirtual |
| on_render() | hellfire::IWindowEventHandler | inlinevirtual |
| on_window_minimize(bool minimized) | hellfire::IWindowEventHandler | inlinevirtual |
| on_window_resize(int width, int height) | hellfire::IWindowEventHandler | inlinevirtual |
| ~IWindowEventHandler()=default | hellfire::IWindowEventHandler | virtual |