Video Player widgets

Widgets used by the video player.

class glitter2.player.player_widget.SeekSlider(**kwargs)

Bases: kivy.uix.slider.Slider

widget that controls the speed of video playback.

on_touch_up(touch)

Receive a touch up event. The touch is in parent coordinates.

See on_touch_down() for more information.