#include <IWindow.h>
Definition at line 23 of file IWindow.h.
◆ ~IWindowEventHandler()
| virtual hellfire::IWindowEventHandler::~IWindowEventHandler |
( |
| ) |
|
|
virtualdefault |
◆ on_key_down()
| virtual void hellfire::IWindowEventHandler::on_key_down |
( |
int |
keycode | ) |
|
|
inlinevirtual |
◆ on_key_up()
| virtual void hellfire::IWindowEventHandler::on_key_up |
( |
int |
keycode | ) |
|
|
inlinevirtual |
◆ on_mouse_button()
| virtual void hellfire::IWindowEventHandler::on_mouse_button |
( |
int |
button, |
|
|
bool |
pressed |
|
) |
| |
|
inlinevirtual |
◆ on_mouse_move()
| virtual void hellfire::IWindowEventHandler::on_mouse_move |
( |
float |
x, |
|
|
float |
y |
|
) |
| |
|
inlinevirtual |
◆ on_mouse_wheel()
| virtual void hellfire::IWindowEventHandler::on_mouse_wheel |
( |
float |
delta | ) |
|
|
inlinevirtual |
◆ on_render()
| virtual void hellfire::IWindowEventHandler::on_render |
( |
| ) |
|
|
inlinevirtual |
◆ on_window_minimize()
| virtual void hellfire::IWindowEventHandler::on_window_minimize |
( |
bool |
minimized | ) |
|
|
inlinevirtual |
◆ on_window_resize()
| virtual void hellfire::IWindowEventHandler::on_window_resize |
( |
int |
width, |
|
|
int |
height |
|
) |
| |
|
inlinevirtual |
The documentation for this class was generated from the following file: