summaryrefslogtreecommitdiffhomepage
path: root/logic/shortcuts.h
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-03-10 18:09:07 +0100
committerStanislaw Halik <sthalik@misaki.pl>2018-03-10 18:35:13 +0100
commit96ac77abb5c4f8cd22135034c8a1270cf946ceca (patch)
treed27b71df408b924c1e93e1b5c7066c1a5674fbbc /logic/shortcuts.h
parentae1913228833d10b66636f2ff4d2b7ecc70ef142 (diff)
logic/pipeline: implement held center
Requested by: CAHEK on the Russian IL-2 Sturmovik forum
Diffstat (limited to 'logic/shortcuts.h')
-rw-r--r--logic/shortcuts.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/logic/shortcuts.h b/logic/shortcuts.h
index 046e68de..dc62ba63 100644
--- a/logic/shortcuts.h
+++ b/logic/shortcuts.h
@@ -24,6 +24,10 @@
#include <vector>
#include <functional>
+#if !defined __APPLE__
+# define OTR_HAS_KEY_UP_SUPPORT
+#endif
+
namespace shortcuts_impl {
using namespace options;