>>108700536
typedef struct {
int x;
int y;
MouseButton button;
long long timestamp;
ClickPattern pattern;
} Click
I'd guess that most exploits don't define this type or one similar to it. To answer your question, in this context it's an object representing a mouse input event.