S or /

SourceClass TouchId

from egui import TouchId
class 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.

Properties§

@property def value(self, /) -> int§
@value.setter def value(self, /, value: int) -> None§

Methods§

@staticmethod def from_i32(id: int) -> TouchId§
@staticmethod def from_u32(id: int) -> TouchId§