Skip to content

Commit

Permalink
chore: throw error if get_mouse_loc is used on windows before we fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazer committed Jun 3, 2024
1 parent f23f409 commit bffa1b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/platform/windows/input.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,7 @@ namespace platf {

util::point_t
get_mouse_loc(input_t &input) {
throw std::exception(); // TODO "not implemented"
// TODO: Tests are failing, something wrong here?
// syncThreadDesktop();
POINT p;
Expand Down

0 comments on commit bffa1b3

Please sign in to comment.