MCPcopy Create free account
hub / github.com/LibertyOS-Development/kernel / right_btn_up

Method right_btn_up

src/dev/mouse.rs:97–100  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

95 }
96
97 pub fn right_btn_up(&self) -> bool
98 {
99 !self.flags.contains(MouseFlags::RIGHT_BTN)
100 }
101
102 pub fn x_moved(&self) -> bool
103 {

Callers

nothing calls this directly

Calls 1

containsMethod · 0.80

Tested by

no test coverage detected