Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

20
votes
4answers
2k views

Extending Functionality of Magic Mouse: Do I Need a kext?

I recently purchased a Magic Mouse. It is fantastic and full of potential. Unfortunately, it is seriously hindered by the software support. I want to fix that. I have done quite a lot of research and ...
11
votes
2answers
916 views

Reverse Engineering an Apple Kext - Reconstructing the Class

Greetings! I am currently attempting to extend the functionality of the Magic Mouse. To do this, I am hoping to write a kext that intercepts events from the multitouch driver, ...
7
votes
4answers
1k views

Apple Magic Mouse Api

I just bought a Magic Mouse and I like it pretty much. But as a Mac Developer it's even cooler. But there's one problem: is there already an API available for it? I want to use it for one of my ...
3
votes
2answers
633 views

How to implement the two-finger swipe gesture in Cocoa to go back and forward?

Several applications like Safari and the Finder go back and forward when you swipe with two fingers on your Magic Mouse (or with three fingers on your Magic Trackpad). How would I implement this in ...
2
votes
3answers
1k views

Magic Mouse Momentum Scrolling Not Working

Unfortunately this is hard for me to test myself because I have yet to get a Magic Mouse of my own, but I've been told by my testers who do have a magic mouse that momentum scrolling isn't working in ...
2
votes
3answers
4k views

How does the momentum/inertial scroll work with the Magic Mouse on NSScrollView?

When you scroll with the newer Apple Magic Mouse (at least on 10.6, I can't confirm any previous Mac OS) you get inertial scroll like scrolling on iPhone (that is, after a flick of the finger to ...
1
vote
1answer
185 views

1 Finger Right/Left Swipe on MAC OS X

I need to catch the event of one finger right/left swipe for the Magic Mouse or two finger swipe for the Trackpad. So far I've managed to set the event for two finger swipe on the magic mouse/ three ...
1
vote
1answer
172 views

iOS simulator slowing osx down and interfering with magic mouse

Has anyone noticed that when using iOS simulator for extended periods of time or during launch of Apps that there is a disturbance in the performance of osx and the magic mouse? The other day a ...
1
vote
1answer
349 views

How can I get the battery status of a magic mouse? (in %)

how can I search for connected bluetooth/wireless devices e.g. a Magic Mouse? How can I get the % of the battery?? Please post me some code and explain it because I found somethings but I don't ...
1
vote
2answers
576 views

Is there a way to get the magic mouse or MacBook Pro trackpad to work with the iphone simulator?

It seems like the perfect opportunity for the trackpad or the magic mouse to work with the iphone simulator but it doesnt?! Does anyone know how to get it working to allow me to touch and pinch?
0
votes
1answer
447 views

applescript and magic mouse

I want to applescript the scrolling behaviour of my magic mouse so I can toggle it on and off with a key press. Trouble is, I'm a designer not a developer, so don't have a clue where to even start. ...
0
votes
1answer
842 views

Touch events with Magic Mouse and iPhone Simulator

I observe that with the iMac magic mouse, while using the iPhone simulator, if: a) the active view has an object in the center of the iPhone screen which is capable of generating touch events, and b) ...