Вопрос

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

Is there a Cocoa API to query this data?

Это было полезно?

Решение

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

Другие советы

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.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top