MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / DataUpdated

Function DataUpdated

Kernel/src/arch/x86_64/mouse.cpp:109–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 }
108
109 bool DataUpdated() {
110 bool updated = dataUpdated;
111 if(dataUpdated)
112 dataUpdated = false;
113 return updated;
114 }
115
116 class MouseDevice : public Device{
117 public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected