feat: 实现 Window 与 InputModule 消息集成
This commit is contained in:
11
engine/src/Platform/Window.cpp
Normal file
11
engine/src/Platform/Window.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "Platform/Window.h"
|
||||
|
||||
namespace XCEngine {
|
||||
namespace Platform {
|
||||
|
||||
void Window::SetInputModule(Input::InputModule* module) {
|
||||
m_inputModule = module;
|
||||
}
|
||||
|
||||
} // namespace Platform
|
||||
} // namespace XCEngine
|
||||
Reference in New Issue
Block a user