know the position of the finger in the trackpad under Mac OS X

前端 未结 4 1794
耶瑟儿~
耶瑟儿~ 2020-12-13 21:26

I am developing an Mac application and I would like to know the position of the finger in the trackpad when there is a touch.

Is it something possible and if yes, ho

4条回答
  •  南方客
    南方客 (楼主)
    2020-12-13 22:08

    At a Cocoa (Obj-C level) try the following - although remember that many users are still using mouse control.

    http://developer.apple.com/mac/library/documentation/cocoa/conceptual/EventOverview/HandlingTouchEvents/HandlingTouchEvents.html

提交回复
热议问题