Is it possible to set the position of the mouse cursor using Flutter for desktop?
I'm sure this is possible using custom plugins, but I'm hoping for a cross-platform Dart solution or an existing plugin.
Is it possible to set the position of the mouse cursor using Flutter for desktop?
I'm sure this is possible using custom plugins, but I'm hoping for a cross-platform Dart solution or an existing plugin.
Make a method channel between and call SetCursorPos function on cpp file.
SetCursorPos(int x, int y)