aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/multiple/Win32/ginput_lld_toggle_config.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2015-02-14 09:16:28 +1000
committerinmarket <andrewh@inmarket.com.au>2015-02-14 09:16:28 +1000
commit7c7459f1d2a786ae24d895e239f683b17ed6f4b3 (patch)
tree42530490803ea6d52eea5b10087c99f47850ed78 /drivers/multiple/Win32/ginput_lld_toggle_config.h
parente14fb8cfa091a1f0506c0607859e5955ea09b247 (diff)
downloaduGFX-7c7459f1d2a786ae24d895e239f683b17ed6f4b3.tar.gz
uGFX-7c7459f1d2a786ae24d895e239f683b17ed6f4b3.tar.bz2
uGFX-7c7459f1d2a786ae24d895e239f683b17ed6f4b3.zip
Toggle fixes.
Diffstat (limited to 'drivers/multiple/Win32/ginput_lld_toggle_config.h')
-rw-r--r--drivers/multiple/Win32/ginput_lld_toggle_config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/multiple/Win32/ginput_lld_toggle_config.h b/drivers/multiple/Win32/ginput_lld_toggle_config.h
index 46a30b5f..fbebfee9 100644
--- a/drivers/multiple/Win32/ginput_lld_toggle_config.h
+++ b/drivers/multiple/Win32/ginput_lld_toggle_config.h
@@ -14,6 +14,7 @@
// This driver is unique in that it can support 8 buttons per window across multiple windows.
// GINPUT_TOGGLE_CONFIG_ENTRIES just must be less than the number of GDISP windows (GDISP_DRIVER_COUNT_WIN32).
+// DEPRECATED: Currently only supports a single window with buttons until toggles use GDriver
#ifndef GINPUT_TOGGLE_CONFIG_ENTRIES
#define GINPUT_TOGGLE_CONFIG_ENTRIES 1 // The total number of GToggleConfig entries
#endif