diff render.h @ 1804:34370330eaf3

Support controllers that have their dpad mapped to an axis
author Michael Pavone <pavone@retrodev.com>
date Tue, 26 Mar 2019 23:26:08 -0700
parents 51417bb557b6
children 56a1171e29b9
line wrap: on
line diff
--- a/render.h	Tue Mar 26 22:34:41 2019 -0700
+++ b/render.h	Tue Mar 26 23:26:08 2019 -0700
@@ -86,6 +86,7 @@
 
 #define RENDER_DPAD_BIT 0x40000000
 #define RENDER_AXIS_BIT 0x20000000
+#define RENDER_AXIS_POS 0x10000000
 #define RENDER_INVALID_NAME -1
 #define RENDER_NOT_MAPPED -2
 #define RENDER_NOT_PLUGGED_IN -3