Created
June 8, 2016 17:15
-
-
Save anonymous/635467c8a339e6bd58f56c49ea31d8a0 to your computer and use it in GitHub Desktop.
TapticEngine.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from objc_util import * | |
| # from ctypes import * | |
| device = ObjCClass("UIDevice").currentDevice() | |
| tapticengine = device._tapticEngine() | |
| tapticengine.actuateFeedback_(1001) #argtype: int |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment