In a webOS app, I have a Mojo.Widget.Slider that I use to set an integer to 0, 1, or 2.I take care of rounding the Slider value myself already (though there is a feature to do this for you, but I stop
There was another question with an answer saying that you can use event.down.x to get the x-coordinate of a t开发者_如何学Pythonap event. It also said that this was not well documented in the Palm Moj
How can I implement DoubleTap event 开发者_如何学运维and SingleTap event separately in webOS ?In your handler for Mojo.Event.tap, look at the event\'s count field.That will be 2 for a double-tap, 1 fo