01 2015 档案

摘要:函数所在的具体位置。 LRESULT peerWindowProc (HWND h, UINT message, WPARAM wParam, LPARAM lParam) { switch (message) { //===========================================================... 阅读全文
posted @ 2015-01-06 09:58 crax 阅读(651) 评论(0) 推荐(0)
摘要://特别说明:只是源码进行阅读,希望能有用,我没有做总结,不过后边会陆续更改,要不然太费时间。#include"../JuceDemoHeader.h" //============================================================================== /**Thiswillbethesourceofourball... 阅读全文
posted @ 2015-01-01 16:52 crax 阅读(542) 评论(0) 推荐(0)
摘要:classComponentAnimator::AnimationTask { public: AnimationTask(Component*c)noexcept:component(c){} voidreset(constRectangle&finalBounds, floatfinalAlpha, ... 阅读全文
posted @ 2015-01-01 16:49 crax 阅读(294) 评论(0) 推荐(0)