Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
2 answers
3k views

Get Raw Mouse Movement in Qt

After working on this and QAbstractNativeEventFilter class I finally got native events from HID (both mouse and keyboard). I've read many similar questions but none solved my problem. I try to get ...
thanasispap's user avatar
0 votes
1 answer
128 views

QMouseEvent to win32 MOUSEINPUT

I need to convert a QMouseEvent to MOUSEINPUT. MOUSEINPUT has so many flags like MOUSEEVENTF_LEFTDOWN, MOUSEEVENTF_LEFTUP but QMouseEvent has very limited number of actions. do there is any existing ...
Neel Basu's user avatar
  • 12.9k
-1 votes
1 answer
3k views

Programatically fire a QMouseEvent and Keyboard Event given only global x,y coordinate

on MachineA the MouseMove events are trapped from screen to Machine B's viewerWidget. and MouseClick Events from MachineB's widget are carried to MachineA's Screen. KeyboardEvent of MachineB are ...
Neel Basu's user avatar
  • 12.9k