This commit is contained in:
Martyn 2021-12-17 22:39:25 +01:00
parent fd1f81c6e7
commit 00067049ce
1 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,10 @@ Here are the fields you can play with :
Coming soon!
## bufferedvid
Same general code as vidplayback but buffers the ENTIRE file to allow for seeking. I do NOT recommend this for general playback but for some purposes, this will suffice.
## floatingControlsLayout
A layout to have floating controls in any of 9 places overlayed onto another widget/container. Takes exactly **TWO** renderable objects (canvas.Object or descendants) and overlays them so you can have for example, a close button top right of your full-screen app, or a play button in the middle of your video.