You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@iceisfun It's something I wanted to take a look at (mouse control). It's a bit more time consuming than the rest of the library and that is why I decided to release first this part and then move into the mouse. It looks like you are into something with the code you shared. Any help will be appreciated.
The feature is in my radar but don't know when I will be able to start it
I have had great luck as I known the sw, sh just using this fn as is, I think the pikvm api just lacks a lot of documentation.
As I've looked at this more just documenting the APIs for HID keyboards, mice with some simple examples probably eliminates 90% of confusion with these things, we are using it for test harness inputs to a immutable device and it works wonderful.
If you get the session resolution it can be easily implemented as fn(sx, sy) but I have not explored what it takes to query the current resolution.
It would also be ideal to impl Mouse{Left, Right, WheelDown, WheelUp, ...} and make a example... Is this the correct repo to do PRs for that kind of stuff?
For our use case we have integrated this fine with the current code, I'm just thinking it might be easier for other pikvm people to have a simpler interface.
Is your feature request related to a problem? Please describe.
clean interface for absolute mouse position
Describe the solution you'd like
some fn mouse_move_to(sx, sy) mapping screen 0..width to -i16..+i16, same for height
Describe alternatives you've considered
Additional context
using kvm for automated testing without installing software on the remote device under test
The text was updated successfully, but these errors were encountered: