Search Results for

    Show / Hide Table of Contents

    Class WindowsManager

    Window objects manager service.

    Inheritance
    WindowsManager
    Assembly: FlaxEngine.dll
    File: Engine/Platform/WindowsManager.h
    Syntax
    public class WindowsManager

    Fields

    Windows

    The window objects collection.

    Declaration
    public static Array<Window* , HeapAllocation> Windows
    Field Value
    Array<Window , HeapAllocation>

    WindowsLocker

    The window objects collection mutex.

    Declaration
    public static CriticalSection WindowsLocker
    Field Value
    CriticalSection

    Methods

    GetByNativePtr(void* handle)

    Gets the window by native handle.

    Declaration
    public static Window* GetByNativePtr(void* handle)
    Parameters
    void handle

    The native window handle.

    Returns
    Window

    Found window or null if cannot find it.

    Register(Window* win)

    Declaration
    public static void Register(Window* win)
    Parameters
    Window win

    Unregister(Window* win)

    Declaration
    public static void Unregister(Window* win)
    Parameters
    Window win

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat