summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2020-01-31 09:42:36 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2020-01-31 09:42:36 +0100
commit4ba6cef0b96de6bf76a019cc2367267db8840c73 (patch)
treea45c1ea0b809249c35c279907edddc5e3b614250 /FL
parent9d4d5ffdeb8dacb18f1af47772cb1ee56e7daca7 (diff)
Add Fl::keyboard_screen_scaling(int) to control recognition of ctrl/+/-/0/
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/FL/Fl.H b/FL/Fl.H
index e35083226..04f9b0db7 100644
--- a/FL/Fl.H
+++ b/FL/Fl.H
@@ -1037,6 +1037,7 @@ int main() {
static float screen_scale(int n); // via screen driver
static void screen_scale(int n, float factor); // via screen driver
static int screen_scaling_supported();
+ static void keyboard_screen_scaling(int);
/** @} */