New module: Platform - Split window management from Utility module (#128)
* New module: Platform - Split window management from Utility module Final touch * NDK/SDK: Bring back initialization of Utility
This commit is contained in:
committed by
Jérôme Leclercq
parent
41a1b5d493
commit
5aa072cee3
7
tests/Engine/Platform/EventHandler/StateContext.cpp
Normal file
7
tests/Engine/Platform/EventHandler/StateContext.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include "StateContext.hpp"
|
||||
|
||||
StateContext::StateContext(Nz::RenderWindow& windowContext, Ndk::World& worldContext) :
|
||||
window(windowContext),
|
||||
world(worldContext)
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user