mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-04 22:03:16 -06:00
5 lines
120 B
C
5 lines
120 B
C
//$ class Ctrl {
|
|
public:
|
|
static void InitFB();
|
|
static void DoMouseFB(int event, Point p, int zdelta = 0);
|
|
//$ };
|