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