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

Method mouse_input

src/widgets/row.rs:102–105  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

100 }
101
102 fn mouse_input(&self) -> bool {
103 // self.mouse_input
104 true
105 }
106
107 fn key_input(&self) -> bool {
108 // self.key_input

Callers 7

mousedownMethod · 0.45
mouseupMethod · 0.45
mousewheelMethod · 0.45
marked_mouseMethod · 0.45
mousemoveMethod · 0.45
unmark_controlMethod · 0.45
mark_controlMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected