Gaclib 0.13.1.0
Gaclib 0.13.1.0
GacUI / C++ Interoperable Script Engine (Apache License 2.0 with extra conditions)
Website for this project: http://www.gaclib.net/
This repository contains the latest release for the GacUI project, including packed library source codes, development tools, demos and documents. Complete source code can be accessed in https://github.com/vczh-libraries .
Updates
- Removed global mouse hook from
INativeController
. - Added
WindowMode
toINativeWindow
, nowINativeWindow
need to handle automatically closing for menus and popups. - Element and renderer binding is changed from basing on string to int key.
Fixed bugs:
- Fixed wrong interface identifiers.
- Using
CreateWindowEx
withWS_OVERLAPPED
causes default menu size too large.