Loading...
Searching...
No Matches
10extern CGV_API
void set_mouse_cursor(
int x,
int y);
13extern CGV_API
bool get_mouse_cursor(
int& x,
int& y);
16extern CGV_API
void send_mouse_button_event(
int button,
bool press_not_release);
19extern CGV_API
void send_mouse_wheel_event(
float dy);
24#include <cgv/config/lib_end.h>