SourceClass InteractionSnapshot
from egui import InteractionSnapshotclass InteractionSnapshot:Calculated at the start of each frame
based on:
* Widget rects from precious frame
* Mouse/touch input
* Current InteractionState.
from egui import InteractionSnapshotclass InteractionSnapshot:Calculated at the start of each frame
based on:
* Widget rects from precious frame
* Mouse/touch input
* Current InteractionState.
@property
def clicked(self, /) -> Id |None§@property
def drag_started(self, /) -> Id |None§@property
def drag_stopped(self, /) -> Id |None§@property
def dragged(self, /) -> Id |None§@property
def long_touched(self, /) -> Id |None§def contains_pointer(self, /) -> list[Id]§def hovered(self, /) -> list[Id]§