Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibertyOS-Development/kernel
/ left_btn_up
Method
left_btn_up
src/dev/mouse.rs:87–90 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
85
}
86
87
pub fn left_btn_up(&self) -> bool
88
{
89
!self.flags.contains(MouseFlags::LEFT_BTN)
90
}
91
92
pub fn right_btn_down(&self) -> bool
93
{
Callers
nothing calls this directly
Calls
1
contains
Method · 0.80
Tested by
no test coverage detected