ultimatepp/rainbow/Framebuffer/Ctrl.h
cxl db4f61bd12 .developing rainbow
git-svn-id: svn://ultimatepp.org/upp/trunk@3549 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-19 16:30:15 +00:00

7 lines
190 B
C

//$ class Ctrl {
public:
static void InitFB();
static void DoMouseFB(int event, Point p, int zdelta = 0);
static void RefreshFB(const Rect& r);
static void RefreshFBAll();
//$ };