Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save marchbold/288cb3d119b7acde559138620dec34b3 to your computer and use it in GitHub Desktop.
Save marchbold/288cb3d119b7acde559138620dec34b3 to your computer and use it in GitHub Desktop.
Simple haptic feedback example using the distriqt Vibration ANE
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