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