mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-29 09:36:29 +03:00
Replaced all clipEnable and clipDisable calls in favor of setClipType. UINode::draw now does not call drawBackground and drawSkin. Both functions now are called separately before the draw call. Input: fixed WindowClose and Quit event report (Quit won't trigger onClose). ecode: Code clean up, added TerminalManager. Fixed some minor bugs.