This is the complete list of members for hellfire::IApplicationPlugin, including all inherited members.
| get_render_camera_override() | hellfire::IApplicationPlugin | inlinevirtual |
| on_begin_frame() | hellfire::IApplicationPlugin | inlinevirtual |
| on_end_frame() | hellfire::IApplicationPlugin | inlinevirtual |
| on_initialize(Application &app) | hellfire::IApplicationPlugin | inlinevirtual |
| on_key_down(int key) | hellfire::IApplicationPlugin | inlinevirtual |
| on_key_up(int key) | hellfire::IApplicationPlugin | inlinevirtual |
| on_mouse_button(int button, bool pressed) | hellfire::IApplicationPlugin | inlinevirtual |
| on_mouse_move(float x, float y, float x_offset, float y_offset) | hellfire::IApplicationPlugin | inlinevirtual |
| on_mouse_wheel(float delta) | hellfire::IApplicationPlugin | inlinevirtual |
| on_render() | hellfire::IApplicationPlugin | inlinevirtual |
| on_window_focus(bool focused) | hellfire::IApplicationPlugin | inlinevirtual |
| on_window_resize(int width, int height) | hellfire::IApplicationPlugin | inlinevirtual |
| ~IApplicationPlugin()=default | hellfire::IApplicationPlugin | virtual |