Add: [OpenGL] Accelerated mouse cursor drawing.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user