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::Tooltip,
Self::Debug, Self::Debug,
]; ];
pub const TOP: Self = Self::Debug;
#[inline(always)] #[inline(always)]
pub fn allow_interaction(&self) -> bool { pub fn allow_interaction(&self) -> bool {