| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected