初始化平台输入后端。
virtual void Initialize(void* windowHandle) = 0;
平台实现通常会在这里保存窗口句柄、建立必要状态,并准备接收平台消息。InputModule 本身不规定更具体的初始化流程。
InputModule
windowHandle