MCPcopy Create free account
hub / github.com/ClassicOldSong/Apollo / button_mouse

Function button_mouse

src/platform/linux/input/inputtino.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 }
46
47 void button_mouse(input_t &input, int button, bool release) {
48 auto raw = (input_raw_t *) input.get();
49 platf::mouse::button(raw, button, release);
50 }
51
52 void scroll(input_t &input, int high_res_distance) {
53 auto raw = (input_raw_t *) input.get();

Callers

nothing calls this directly

Calls 2

buttonFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected