INativeWindow
Description
- Derived from
- Extended by
-
IApplicationWindow
NativeWindow sealed
Base interface for classes that wrap a native window.
Public / Methods
NativeHandleAs
Returns the native handle of the given type.
Some native handle types like NativeHandleFlags.Type_SDL3 represent an abstraction which in turn wraps another native handle. With this method, the underlying native handle type may be queried.
Public / Attributes
NativeHandleType
Returns the native handle type of this window.
The handle type depicts how to interpret INativeHandle.NativeHandle. Use NativeHandleAs to obtain the handle value for a specific handle type, which may be possible if the type is an abstraction and aggregates a native handle.