From 4ba6cef0b96de6bf76a019cc2367267db8840c73 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Fri, 31 Jan 2020 09:42:36 +0100 Subject: Add Fl::keyboard_screen_scaling(int) to control recognition of ctrl/+/-/0/ --- FL/Fl.H | 1 + 1 file changed, 1 insertion(+) (limited to 'FL') 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); /** @} */ -- cgit v1.2.3