Elevate Engine 1
Loading...
Searching...
No Matches
WindowsInput.h
Go to the documentation of this file.
1#pragma once
2
3#ifdef EE_PLATFORM_WINDOWS
5
6namespace Elevate
7{
8 class WindowsInput : public GlfwInput { };
9}
10#endif