S or /

SourceClass IMEOutput

from egui import IMEOutput
class IMEOutput:

Information about text being edited.

Useful for IME.

Properties§

@property def cursor_rect(self, /) -> Rect§
@cursor_rect.setter def cursor_rect(self, /, cursor_rect: Rect) -> None§
@property def rect(self, /) -> Rect§
@rect.setter def rect(self, /, rect: Rect) -> None§
@property def should_interrupt_composition(self, /) -> bool§
@should_interrupt_composition.setter def should_interrupt_composition(self, /, value: bool) -> None§