MCPcopy Create free account
hub / github.com/angular-rust/ux-components / textinput

Method textinput

src/services/focus.rs:94–100  ·  view source on GitHub ↗
(&self, e: &mut TextEvent)

Source from the content-addressed store, hash-verified

92 }
93
94 fn textinput(&self, e: &mut TextEvent) {
95 if let Some(focused) = self.canvas.focused() {
96 if focused.key_input() {
97 focused.textinput(e);
98 }
99 }
100 }
101
102 fn mousedown(&self, e: &mut MouseEvent) {
103 if let Some(focused) = self.canvas.focused() {

Callers

nothing calls this directly

Calls 2

focusedMethod · 0.45
key_inputMethod · 0.45

Tested by

no test coverage detected