Move LinuxInput to LinuxPlatform
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
// Copyright (c) 2012-2021 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