Add: [OpenGL] Accelerated mouse cursor drawing.

This commit is contained in:
Michael Lutz
2021-01-16 16:43:38 +01:00
parent d4dbb3f46e
commit 6bcc4884c2
5 changed files with 481 additions and 29 deletions

View File

@@ -140,6 +140,10 @@ public:
bool HasEfficient8Bpp() const override { return true; }
bool UseSystemCursor() override { return true; }
void ClearSystemSprites() override;
const char *GetName() const override { return "win32-opengl"; }
protected: