SourceClass TouchId
from egui import TouchIdclass TouchId:Unique identification of a touch occurrence (finger or pen or …). A Touch ID is valid until the finger is lifted. A new ID is used for the next touch.
from egui import TouchIdclass TouchId:Unique identification of a touch occurrence (finger or pen or …). A Touch ID is valid until the finger is lifted. A new ID is used for the next touch.
@property
def value(self, /) -> int§@value.setter
def value(self, /, value: int) -> None§@staticmethod
def from_i32(id: int) -> TouchId§@staticmethod
def from_u32(id: int) -> TouchId§