8 lines
127 B
C++
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);
|
|
|
|
}; |