2026-01-16 23:23:28 +02:00

8 lines
127 B
C++

#pragma once
class Mouse {
public:
static void (*feed)(char button, char type, short x, short y, short dx, short dy);
};