obs-zoom-to-mouse icon indicating copy to clipboard operation
obs-zoom-to-mouse copied to clipboard

osx mouse position

Open v0l opened this issue 1 year ago • 3 comments

Adds OSX support with C helper code.

Tried hard to get OBJ-C working directly from FFI but the object returned by objc_msgSend was not what i expected, maybe somebody else can figure that out.

v0l avatar Nov 23 '23 11:11 v0l

Using it live: https://zap.stream/naddr1qqjrjv33v33xvde595mxvvmz956xxdp395urqcmr95cxvvrpxvcrwdrrxycnwq3qeaz6dwsnvwkha5sn5puwwyxjgy26uusundrm684lg3vw4ma5c2jsxpqqqpmxwccqtxg

related #1

v0l avatar Nov 23 '23 12:11 v0l

@v0l Thanks for this!

I used it to try adding mac support with only FFI (so we don't need to build and ship a separate binary) in #16

Unfortunately, I only have access to a really old Mac (cannot upgrade past Catalina), so I don't know if the code I added will work on newer versions of the Mac OS.

If you have a chance to test out the script and see if it needs modifying for the version of mac you are using, that would be really helpful.

Thanks again!

BlankSourceCode avatar Nov 28 '23 03:11 BlankSourceCode

@BlankSourceCode Check https://github.com/BlankSourceCode/obs-zoom-to-mouse/pull/16#issuecomment-1829569657

mcnaveen avatar Nov 28 '23 10:11 mcnaveen