Skip to main content

Module window_mgr

Module window_mgr 

Source
Expand description

多層ウィンドウマネージャ。

App トレイトを実装する各アプリ(crate::apps)をウィンドウとして重ね合わせ表示・ 入力ルーティングする。スタートボタン・タスクバーは持たず、ウィンドウは重ね合わせ型 (spec/README.md「UI 方針」)。ProxyApp はバックグラウンドスレッドで動くアプリ (別コアで動く app_runner_entry)をメインループ側の App として橋渡しする。

Structs§

AppRunnerParams
ProxyApp
Rect
ReentrantMutex
ReentrantMutexGuard
Window
画面上の1つのウィンドウを表現する
WindowManager

Enums§

AppEvent

Statics§

GLOBAL_WM 🔒

Traits§

App
アプリケーションが実装すべきトレイト

Functions§

app_runner_entry
get_instance
init