Foray Library
rapid prototyping framework for crossplatform development of vulkan hardware ray tracing applications
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
foray_osi_declares.hpp
Go to the documentation of this file.
1#pragma once
2// Forward declares
3
4namespace foray::osi {
5 class Window;
6 class Event;
7 class EventInput;
8 class EventInputBinary;
9 class EventInputAnalogue;
10 class EventInputDeviceAvailability;
11 class EventInputMouseMoved;
12 class EventWindowResized;
13 class EventWindowFocusChanged;
14 class EventWindowCloseRequested;
15 class EventWindowItemDropped;
16 class OsManager;
17 class InputDevice;
18 class InputAnalogue;
19 class InputBinary;
20} // namespace foray::osi
Definition foray_env.hpp:7