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

Function freeInput

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

Source from the content-addressed store, hash-verified

30 }
31
32 void freeInput(void *p) {
33 auto *input = (input_raw_t *) p;
34 delete input;
35 }
36
37 void move_mouse(input_t &input, int deltaX, int deltaY) {
38 auto raw = (input_raw_t *) input.get();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected