Created
July 30, 2018 05:01
-
-
Save marchbold/288cb3d119b7acde559138620dec34b3 to your computer and use it in GitHub Desktop.
Simple haptic feedback example using the distriqt Vibration ANE
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
var keyPressGenerator:FeedbackGenerator = Vibration.service.createFeedbackGenerator( FeedbackGeneratorType.KEY ); | |
keyPressGenerator.performFeedback(); | |
// com.distriqt.Vibration |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment