mpv/player/lua
wm4 d6c99bcda2 lua: implement input_enable_section/input_disable_section via commands
Removes some more internal API calls from the Lua scripting backend.
Which is good, because ideally the scripting backend would use libmpv
functions only.

One awkwardness is that mouse sections are still not supported by the
public commands (and probably will never), so flags like allow-hide-
cursor make no sense to an outside user.

Also, the way flags are passed to the Lua function changes. But that's
ok, because they're only undocumented internal functions, and not
supposed to be used by script users. osc.lua only does due to historical
reasons.
2015-08-06 00:31:47 +02:00
..
assdraw.lua lua: do not use math.pow() 2015-01-25 01:23:29 +01:00
defaults.lua lua: implement input_enable_section/input_disable_section via commands 2015-08-06 00:31:47 +02:00
options.lua lua: fix options submodule 2015-05-29 15:50:09 +02:00
osc.lua lua: implement input_enable_section/input_disable_section via commands 2015-08-06 00:31:47 +02:00
ytdl_hook.lua ytdl: get start_time 2015-07-29 13:20:09 +02:00