LuaWindow
Type doc:
Fields:
canvas: string
composite_alpha_mode: LuaCompositeAlphaMode
cursor: LuaCursor
decorations: boolean
desired_maximum_frame_latency: ReflectedValue
enabled_buttons: LuaEnabledButtons
fit_canvas_to_parent: boolean
focused: boolean
ime_enabled: boolean
ime_position: LuaVec2
internal: LuaInternalWindowState
mode: LuaWindowMode
name: string
position: LuaWindowPosition
present_mode: LuaPresentMode
prevent_default_event_handling: boolean
recognize_doubletap_gesture: boolean
recognize_pan_gesture: ReflectedValue
recognize_pinch_gesture: boolean
recognize_rotation_gesture: boolean
resizable: boolean
resize_constraints: LuaWindowResizeConstraints
resolution: LuaWindowResolution
skip_taskbar: boolean
title: string
transparent: boolean
visible: boolean
window_level: LuaWindowLevel
window_theme: ReflectedValue
Methods:
width: function(self: LuaWindow ):(number)
height: function(self: LuaWindow ):(number)
physical_width: function(self: LuaWindow ):(integer)
physical_height: function(self: LuaWindow ):(integer)
scale_factor: function(self: LuaWindow ):(number)
set_maximized: function(self: LuaWindow , boolean)
set_minimized: function(self: LuaWindow , boolean)
__tostring: function(self: LuaWindow ):(string)