ultimatepp/rainbow/Framebuffer/Ctrl.h
cxl 3c10602e7e .developing rainbow
git-svn-id: svn://ultimatepp.org/upp/trunk@3559 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-25 19:35:41 +00:00

8 lines
232 B
C

//$ class Ctrl {
public:
static void InitFB();
static void DoMouseFB(int event, Point p, int zdelta = 0);
void SetOpen(bool b) { isopen = b; }
void SetTop() { top = new Top; }
//$ };