FEAT:Raspberry PI cursor in tweaks

This commit is contained in:
2026-03-20 22:59:52 +02:00
parent 96b17e9c8a
commit 0edee15930
8 changed files with 22 additions and 7 deletions

View File

@@ -74,6 +74,8 @@ public:
virtual TextureData loadTextureFromMemory(const unsigned char* data, size_t size) { return TextureData(); }
virtual void playSound(const std::string& fn, float volume, float pitch) {}
virtual void hideCursor(bool hide) {}
virtual void showDialog(int dialogId) {}
virtual void createUserInput() {}