You're breathtaking!
This commit is contained in:
19
Source/Engine/Platform/Linux/LinuxInput.h
Normal file
19
Source/Engine/Platform/Linux/LinuxInput.h
Normal file
@@ -0,0 +1,19 @@
|
||||
// Copyright (c) 2012-2020 Wojciech Figat. All rights reserved.
|
||||
|
||||
#pragma once
|
||||
|
||||
#if PLATFORM_LINUX
|
||||
|
||||
#include "Engine/Platform/Types.h"
|
||||
|
||||
/// <summary>
|
||||
/// Linux platform specific implementation of the input system parts.
|
||||
/// </summary>
|
||||
class LinuxInput
|
||||
{
|
||||
public:
|
||||
|
||||
static void Init();
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user