AndroidPlatform.createWindow

create window Args: windowCaption = window caption text parent = parent Window, or null if no parent flags = WindowFlag bit set, combination of Resizable, Modal, Fullscreen width = window width height = window height

Window w/o Resizable nor Fullscreen will be created with size based on measurement of its content widget

class AndroidPlatform
override
createWindow
(,,,
uint width = 0
,
uint height = 0
)

Meta