mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-20 21:43:06 +01:00
committed by
GitHub
parent
e1f7b240da
commit
5e495d63c7
@@ -313,6 +313,11 @@ public:
|
||||
return numLines * 10 + WH;
|
||||
}
|
||||
|
||||
void OnResize() override
|
||||
{
|
||||
ResizeFrame();
|
||||
}
|
||||
|
||||
private:
|
||||
static void DrawIMEComposition(DrawPixelInfo& dpi, int32_t cursorX, int32_t cursorY)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user