counterpart of "Bangle.on('accel',...)"? #1263
Replies: 4 comments
-
Posted at 2019-12-04 by @allObjects ..I assume passing |
Beta Was this translation helpful? Give feedback.
-
Posted at 2019-12-04 by @gfwilliams
That'll just add another handler... You'll need |
Beta Was this translation helpful? Give feedback.
-
Posted at 2019-12-04 by Andreas_Rozek @allObjects passing
And I do not want to provide a dummy function, since removing an event handler may (now or later) be used for internal optimization (as no handler has to be called if none has been provided) @gfwilliams great, thank you! Is there also a possibility to uninstall a specific handler only? |
Beta Was this translation helpful? Give feedback.
-
Posted at 2019-12-04 by @allObjects ...ddddoohh (to myself) |
Beta Was this translation helpful? Give feedback.
-
Posted at 2019-12-04 by Andreas_Rozek
Hello!
Besides the pure "fun" experiments published before, I'm also preparing some "professional" experiments to be run as soon as I will get my developer preview of Bangle.js
This is why the following question came up: I know that I can install an event handler for the Accelerometer using
But, how do I deinstall that handler again?
Beta Was this translation helpful? Give feedback.
All reactions