Skip to content

Commit

Permalink
Add vibration idl file
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Bjerring committed Mar 5, 2018
1 parent 6c1d89c commit 2b16dac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions interfaces/vibration.idl
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

typedef (unsigned long or sequence<unsigned long>) VibratePattern;

partial interface Navigator {
boolean vibrate (VibratePattern pattern);
};

0 comments on commit 2b16dac

Please sign in to comment.