kwhat / jnativehook

Global keyboard and mouse listeners for Java.
Other
1.73k stars 345 forks source link

libuihook version in the jnativehook #440

Open Stasyanych opened 1 year ago

Stasyanych commented 1 year ago

Hi! Please tell me why the project does not use the version of libuihook 1.2? I noticed that libuihook with commit 23acecfe20 on mac uses the entry CFPreferencesCopyValue(CFSTR("mouseDriverMaxSpeed"), CFSTR("com.apple.universalaccess"), kCFPreferencesCurrentUser, kCFPreferencesAnyHost) but in 1.2 version this operation is missing. Do I understand correctly that version 1.2 does not request management permissions through universal access functions? Thank you in advance for the answer!