Post

Replies

Boosts

Views

Activity

Reply to How to implement mouse (pointing) acceleration function in DriverKit?
Hi @Engineer , Any update? Or any other suggestions? Our DriverKit driver uses an virtual mouse to delegate the original mouse data, is there any method to add acceleration effect on this? Or should I just add the acceleration setting on parseElement()? Or should I add any handle on handleRelativePointerReport()?
Topic: App & System Services SubTopic: Drivers Tags:
Replies
Boosts
Views
Activity
Apr ’25
Reply to How to implement mouse (pointing) acceleration function in DriverKit?
Please see my code piece: bool myDKDriver::parseElements(OSArray *elements) { bool result = false; //vv testing super::setAccelerationProperties(ivars->properties); // failed // end of vv testing result = super::parseElements(elements); return result; }
Topic: App & System Services SubTopic: Drivers Tags:
Replies
Boosts
Views
Activity
Mar ’25
Reply to How to implement mouse (pointing) acceleration function in DriverKit?
@Engineer I made this: And I use the previous method to adjust the acceleration, seem nothing happen. Please advise.
Topic: App & System Services SubTopic: Drivers Tags:
Replies
Boosts
Views
Activity
Mar ’25
Reply to How to implement mouse (pointing) acceleration function in DriverKit?
Push. Very appreciate for any suggestion :)
Topic: App & System Services SubTopic: Drivers Tags:
Replies
Boosts
Views
Activity
Mar ’25
Reply to How to open "Driver Extensions" on macOS 15 by using objective-C
Thank you so much Quinn :)
Topic: App & System Services SubTopic: Drivers Tags:
Replies
Boosts
Views
Activity
Oct ’24
Reply to How to open "Driver Extensions" on macOS 15 by using objective-C
Thank you @Quinn, now I only can open the "Login Items & Extensions" page, the really item I want to open is "Driver Extensions" however. I know already how to open URL, but the final URL(or something else) I don't know how to get that. Just opening "Login-Items & Extension" page is not significant for end users.
Topic: App & System Services SubTopic: Drivers Tags:
Replies
Boosts
Views
Activity
Oct ’24
Reply to Xcode 14 signing & capabilities requires a DriverKit development profile
Xcode 14 and later requires a DriverKit development profile enabled for iOS and macOS. Visit the developer website to create or download a DriverKit profile. I have the same issue. My driverkit driver is for macOS. I do not know how to create a profile for iOS&macOS exactly. HELP!!!
Replies
Boosts
Views
Activity
Nov ’23
Reply to [MacOS12][IOKit] return code of USBInterfaceOpen is e00002c5 on MacOS 12
I got the same problem. Need help.
Topic: App & System Services SubTopic: Drivers Tags:
Replies
Boosts
Views
Activity
Dec ’21