ultimatepp/rainbow/Framebuffer/Ctrl.h
cxl c4066a4e4b .developing rainbow: Framebuffer GUI backend
git-svn-id: svn://ultimatepp.org/upp/trunk@3544 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-17 19:55:53 +00:00

5 lines
120 B
C

//$ class Ctrl {
public:
static void InitFB();
static void DoMouseFB(int event, Point p, int zdelta = 0);
//$ };