From 5873d87ca2185e825f1187eca3bc7f0de7437e69 Mon Sep 17 00:00:00 2001 From: Andrew Hannam Date: Fri, 7 Dec 2012 00:52:01 +1000 Subject: Add GDISP font routines. Fix demo bugs Add GDISP font routines to Open and Close a font by name. Allows wildcard searching for fonts. Old global font variables are now only optionally included (soon to be deprecated). More demo fixing --- drivers/multiple/Win32/ginput_lld_mouse_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/multiple/Win32') diff --git a/drivers/multiple/Win32/ginput_lld_mouse_config.h b/drivers/multiple/Win32/ginput_lld_mouse_config.h index e4c2eb82..2e740af8 100644 --- a/drivers/multiple/Win32/ginput_lld_mouse_config.h +++ b/drivers/multiple/Win32/ginput_lld_mouse_config.h @@ -30,7 +30,7 @@ // This driver supports being both a mouse or a touch device (we don't actually know which it really is) // When operating in mouse mode a long left button click does not generate a context click. // When operating in touch mode we allow sloppier clicks etc -#if GINPUT_NEED_MOUSE +#if 1 #define GINPUT_MOUSE_EVENT_TYPE GEVENT_MOUSE #define GINPUT_MOUSE_CLICK_TIME TIME_INFINITE // Long click != Context Click #define GINPUT_MOUSE_NEED_CALIBRATION FALSE -- cgit v1.2.3