Question

There is a compiled command line application here that does this.

Is there a Cocoa API to query this data?

Was it helpful?

Solution

You can try SMSLib, which is an open-source Objective-C library for accessing the sudden motion sensor.

OTHER TIPS

There isn't a Cocoa API for the motion sensor. It's only available through calls to IOKit. It's described in Mac OS X Internals.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top