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

Method PostEvent

System/LemonWM/lemonwm.h:77–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 void Draw(surface_t* surface);
76
77 void PostEvent(Lemon::LemonEvent& ev) { Queue(Lemon::GUI::WindowEvent, reinterpret_cast<uintptr_t>(&ev), (uint16_t)sizeof(Lemon::LemonEvent)); }
78
79 void Minimize(bool state);
80 void Resize(vector2i_t size, int64_t bufferKey, WindowBuffer* bufferInfo);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected