absolute mouse coordinate support for single monitor on Linux
This commit is contained in:
parent
b97c902d10
commit
41cc9a3e80
6 changed files with 152 additions and 27 deletions
|
|
@ -165,6 +165,7 @@ input_t input() {
|
|||
return result;
|
||||
}
|
||||
|
||||
void abs_mouse(input_t &input, int x, int y) {}
|
||||
void move_mouse(input_t &input, int deltaX, int deltaY) {
|
||||
INPUT i {};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue