mirror of
https://github.com/Ed94/Cog.git
synced 2026-06-13 00:01:37 -07:00
Use InputProcessor to support shared mouse
This commit is contained in:
@@ -14,9 +14,9 @@ public class CogSample : ModuleRules
|
||||
"CoreUObject",
|
||||
"Engine",
|
||||
"EnhancedInput",
|
||||
"GameplayTasks",
|
||||
"GameplayAbilities",
|
||||
"GameplayTags",
|
||||
"GameplayTasks",
|
||||
"InputCore",
|
||||
"NetCore",
|
||||
"Niagara",
|
||||
|
||||
@@ -15,6 +15,8 @@
|
||||
#include "CogDebugPlot.h"
|
||||
#include "CogDebugReplicator.h"
|
||||
#include "CogEngineReplicator.h"
|
||||
#include "Framework/Application/NavigationConfig.h"
|
||||
#include "Framework/Application/SlateApplication.h"
|
||||
#endif //ENABLE_COG
|
||||
|
||||
//--------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user