1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

Add Order::TOP

This commit is contained in:
Emil Ernerfeldt
2023-02-06 08:48:12 +01:00
parent cef0c0b6d8
commit b1e214bbdf

View File

@@ -39,6 +39,7 @@ impl Order {
Self::Tooltip,
Self::Debug,
];
pub const TOP: Self = Self::Debug;
#[inline(always)]
pub fn allow_interaction(&self) -> bool {