Alex Barker
Alex Barker
nope, as long as the license is correct and info about the library points back here you are all good!
> problem: QCursor.setPos does not trigger any mouse move event. This solution would have been ideal if this was not happening. What OS is this happening on? I suspect it...
I am not sure if I am going to merge this. There are a lot of conflicts between 1.3 and this change.
You shouldn't need to be `data.keyboard.rawcode`, it is only provided for low level reasons. If I understand the problem, you are saying that on windows the end key does not...
There problem appears to be on line [input_helper.c#L304](https://github.com/kwhat/libuiohook/blob/a966797321c19e85f67d7855c08b49dad0b5bbb7/src/windows/input_helper.c#L304). There is a related bug (Issue #147) I need to look at involving this bit of code that may fix this problem.
This may also be related to https://github.com/kwhat/libuiohook/issues/96#issuecomment-1100912848 Particularly https://github.com/kwhat/libuiohook/commit/011c019883a4dca9451c05db1491096dfca56c05
The above pull-request should fix the problem. It resolves problems with the following keys when the number lock is not enabled. #define VC_KP_END 0xEE00 | VC_END #define VC_KP_DOWN 0xEE00 |...
Should be resolved, please re-open if there are additional issues.
This is indefinitely blocked on evdev support for Linux.
I just dug thought your changes. It looks pretty doable. I have some questions: I guess the first thing I am trying to figure out is what is "Mac Catalyst"...