ultimatepp/rainbow/Framebuffer/Ctrl.h
cxl 1b438f125c .developing fb backend
git-svn-id: svn://ultimatepp.org/upp/trunk@3568 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-26 22:27:01 +00:00

9 lines
275 B
C

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