mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-25 06:12:34 -06:00
7 lines
190 B
C
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();
|
|
//$ };
|