readme

来自「基于SDL实现的GUI」· 代码 · 共 26 行

TXT
26
字号
This is SDL_gui, a Graphical User Interface librarythat runs on top of SDL (Simple Directmedia Layer).SDL_gui is a (slightly) higher level library than SDL.It provides widgets and containers, and an event loop.The library is written in C++, and widget classes can beextended by deriving from them.The older (0.9.x) C interface still exists for now, butit will not be extended as new features are added.It requires the following libraries:SDL >= 1.1.2SDL_image >= 1.0.9SDL_ttf >= 1.2.0SDL_gui is released under the LGPL.The home site for SDL_gui is http://www.newimage.com/~rhk/SDL_guiand the author is Ray Kelm (rhk@newimage.com).If you have any suggestions, patches, (complaints?) etc pleasefeel free to send email.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?