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