mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 21:30:03 -04:00
Add Order::TOP
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user