Soui四

Soui四

bingliaolong Soui 2年前 (2022-05-23) 9 0

有窗口句柄的子窗口 IRealWndHandler struct IRealWndHandler : public IObjRef { /** * SRealWnd::OnRealWndCreate * @brief...

Soui五

Soui五

bingliaolong Soui 2年前 (2022-05-30) 13 0

消息通讯 真窗口 #define WM_MYMSG (WM_USER+1000) LRESULT OnMyMsg(UINT uMsg, WPARAM wp, LPARAM lp, BOOL& bHandled...

Soui六

Soui六

bingliaolong Soui 2年前 (2022-06-01) 7 0

控件注册机制 使用 SWKeLoader wkeLoader; if (wkeLoader.Init(_T("wke.dll"))) { theApp->RegisterWndFactory...

Soui七

Soui七 2

bingliaolong Soui 2年前 (2022-06-02) 11 0

导出SOUI对象到Lua 为了在SOUI中使用lua,需要使用lua内核实现一个SOUI::IScriptModuler接口。 namespace SOUI { class SWindow; /*! \brief A...

扫一扫二维码分享