Uses of Class
com.teamdev.jxbrowser.ui.event.TouchMoved.Builder
Packages that use TouchMoved.Builder
-
Uses of TouchMoved.Builder in com.teamdev.jxbrowser.ui.event
Methods in com.teamdev.jxbrowser.ui.event that return TouchMoved.BuilderModifier and TypeMethodDescriptionTouchMoved.Builder.changedTouches(List<TouchPoint> points) Sets the touch points that have changed since the last touch event.TouchMoved.Builder.keyModifiers(KeyModifiers keyModifiers) Sets the keyboard modifiers to apply.static TouchMoved.BuilderTouchMoved.newBuilder(List<TouchPoint> touches) Creates a newTouchMovedbuilder with the given required parameters.TouchMoved.Builder.targetTouches(List<TouchPoint> points) Sets the touch points that started on the target element of this event.