WM_SIZE procedure WMSize (var Message: TWMSize); message WM_SIZE; 参数说明 wParam: Specifies the type of resizing requested. 通常用来向别的窗口发送消息时,需要指定的附加信息 Value Meaning SIZE_MAXHIDE Message is sent to all pop-up windows when some other window is maximized.…
通过TinderBox生成的代码很简单,整个代码如下: #include "cinder/app/AppNative.h" #include "cinder/gl/gl.h" using namespace ci; using namespace ci::app; using namespace std; class CinderProjectApp : public AppNative { public: void setup(); void mouseDown(…