INativeWindow

Description

interface Tinman.Engine.Application.INativeWindow

Base interface for classes that wrap a native window.

Public / Attributes

Client​Size


public attribute ClientSize → (get)

value : Vec2I

The size of the window client area.

The current size of the application window client area.

Native​Handle​Type


public attribute NativeHandleType → (get)

value : NativeHandleType

The native handle type.

Returns the native handle type of this window.

The handle type depicts how to interpret INativeHandle.NativeHandle.