SourceClass InteractOptions
from egui import InteractOptionsclass InteractOptions:How to handle multiple calls to egui.Response.interact and egui.Ui.interact_opt.
from egui import InteractOptionsclass InteractOptions:How to handle multiple calls to egui.Response.interact and egui.Ui.interact_opt.
@property
def move_to_top(self, /) -> bool§@move_to_top.setter
def move_to_top(self, /, move_to_top: bool) -> None§@staticmethod
def default() -> InteractOptions§