载入中...
搜索中...
未找到
Window.cpp
浏览该文件的文档.
virtual std::string getName() const =0
Platform window interface (SDL implementation on desktop/mobile). Script: win <- eve....
Definition Window.h:46
virtual int getWidth() const =0
virtual bool setWindowSettings(WindowSettings settings)=0
Applies a full WindowSettings struct (recreates the window when needed).
virtual WindowSettings getWindowSettings()=0
virtual int getHeight() const =0
virtual void setSize(int width, int height)=0
Requests a new logical window size.
Definition Window.h:15
WidgetDesc window(std::string title, std::vector< WidgetDesc > children, std::string id)
Top-level window widget with a title bar.
Definition Widget.cpp:225
Definition Build.cpp:11
Display settings for window creation/resize. width/height == 0 selects the desktop display mode size.
Definition Window.h:17