S or /

SourceClass InteractOptions

from egui import InteractOptions
class InteractOptions:

How to handle multiple calls to egui.Response.interact and egui.Ui.interact_opt.

Properties§

@property def move_to_top(self, /) -> bool§
@move_to_top.setter def move_to_top(self, /, move_to_top: bool) -> None§

Methods§

@staticmethod def default() -> InteractOptions§