imufly

Results 2 comments of imufly

require 'mp.options' local options = { step = 5, } read_options(options,'touchscreen-seek') function touch_seek() local pos = get_mouse_area() local step = options.step if pos == 'left' then mp.commandv('seek', -1*step) elseif pos...

> require 'mp.options' > > local options = { > step = 5, > } > > read_options(options,'touchscreen-seek') > > function touch_seek() > local pos = get_mouse_area() > local step...