mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-12 15:26:00 +00:00
disabled CAP_HOLDKEYS in WEB
This commit is contained in:
2
rug.cpp
2
rug.cpp
@@ -1586,7 +1586,7 @@ EX void move_forward(ld distance) {
|
|||||||
else model_distance /= exp(distance);
|
else model_distance /= exp(distance);
|
||||||
}
|
}
|
||||||
|
|
||||||
#define CAP_HOLDKEYS CAP_SDL // && !ISWEB)
|
#define CAP_HOLDKEYS (CAP_SDL && !ISWEB)
|
||||||
|
|
||||||
EX bool handlekeys(int sym, int uni) {
|
EX bool handlekeys(int sym, int uni) {
|
||||||
if(NUMBERKEY == '1') {
|
if(NUMBERKEY == '1') {
|
||||||
|
Reference in New Issue
Block a user