SourceClass IMEOutput
from egui import IMEOutputclass IMEOutput:Information about text being edited.
Useful for IME.
from egui import IMEOutputclass IMEOutput:Information about text being edited.
Useful for IME.
@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§