1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-13 04:13:03 +00:00

fixed onscreen keyboard in SDL2

This commit is contained in:
Zeno Rogue
2025-09-09 09:37:50 +02:00
parent 6f4c79f06e
commit aad7a4d866
2 changed files with 24 additions and 8 deletions

View File

@@ -249,6 +249,7 @@
#define PSEUDOKEY_NOHINT 2506
#define PSEUDOKEY_LIST_SLIDER 2507
#define PSEUDOKEY_SELECT 2508
#define PSEUDOKEY_ONSCREEN_KEYBOARD 2509
#ifndef CAP_PNG
#define CAP_PNG (!ISMOBWEB)