mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:27:35 +00:00
VideoPlayer: Port to GML
This commit is contained in:
parent
f0a33b2a8e
commit
f63ecc2763
7 changed files with 95 additions and 42 deletions
|
@ -9,10 +9,13 @@
|
|||
|
||||
#include "VideoFrameWidget.h"
|
||||
|
||||
REGISTER_WIDGET(VideoPlayer, VideoFrameWidget);
|
||||
|
||||
namespace VideoPlayer {
|
||||
|
||||
VideoFrameWidget::VideoFrameWidget()
|
||||
{
|
||||
REGISTER_BOOL_PROPERTY("auto_resize", auto_resize, set_auto_resize);
|
||||
set_auto_resize(true);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue