📄 systemfactory_w.cpp
字号:
// QGEngine#include "SystemFactory_w.h"namespace Win32{ IWindowSys* SystemFactory_w::CreateWindowSys() { } IVisualSys* SystemFactory_w::CreateVisualSys() { } IAudioSys* SystemFactory_w::CreateAudioSys() { } INetworkSystem* SystemFactory_w::CreateNetSystem() { } void SystemFactory_w::DeleteWindowSys(IWindowSys* aWindowSys) { } void SystemFactory_w::DeleteVisualSys(IVisualSys* aVisualSys) { } void SystemFactory_w::DeleteAudioSys(IAudioSys* aAudioSys) { } void SystemFactory_w::DeleteNetSys(INetworkSystem* aNetSys) { }} // Win32
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -