From d9eaba249f7314b5946cfff19c3ba64215babb27 Mon Sep 17 00:00:00 2001 From: inmarket Date: Sat, 24 Feb 2018 12:36:15 +1000 Subject: Added support for specifying calibration fonts and text --- gfxconf.example.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gfxconf.example.h') diff --git a/gfxconf.example.h b/gfxconf.example.h index 208061e5..c5dd66ae 100644 --- a/gfxconf.example.h +++ b/gfxconf.example.h @@ -289,6 +289,10 @@ // #define GINPUT_TOUCH_USER_CALIBRATION_LOAD FALSE // #define GINPUT_TOUCH_USER_CALIBRATION_SAVE FALSE // #define GMOUSE_DRIVER_LIST GMOUSEVMT_Win32, GMOUSEVMT_Win32 +// #define GINPUT_TOUCH_CALIBRATION_FONT1 "* Double" +// #define GINPUT_TOUCH_CALIBRATION_FONT2 "* Narrow" +// #define GINPUT_TOUCH_CALIBRATION_TITLE "Calibration" +// #define GINPUT_TOUCH_CALIBRATION_ERROR "Calibration Failed!" //#define GINPUT_NEED_KEYBOARD FALSE // #define GINPUT_KEYBOARD_POLL_PERIOD 200 // #define GKEYBOARD_DRIVER_LIST GKEYBOARDVMT_Win32, GKEYBOARDVMT_Win32 -- cgit v1.2.3