mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-28 06:07:15 -06:00
8 lines
232 B
C
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; }
|
|
//$ };
|