Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
mousedown
Method · 0.45
mouseup
Method · 0.45
mousewheel
Method · 0.45
marked_mouse
Method · 0.45
mousemove
Method · 0.45
unmark_control
Method · 0.45
mark_control
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected