summaryrefslogtreecommitdiffhomepage
path: root/src/gestures.h
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2020-05-01 17:31:44 +0200
committerraysan5 <[email protected]>2020-05-01 17:31:44 +0200
commit51c3bef4972047dc9927643fd1f1826970203f7d (patch)
tree361acf41e1a5edb81ff3f2a615884e2fbb08d690 /src/gestures.h
parent1c15dc72928c55fe01a1ed58c2a1d329eb80029d (diff)
downloadraylib-51c3bef4972047dc9927643fd1f1826970203f7d.tar.gz
raylib-51c3bef4972047dc9927643fd1f1826970203f7d.zip
Review exposed #defines and allow user re-defining
There are multiple #define values around raylib, usually not exposed for redefinition, just reviewed all of them to allow users redefining them on compile time if required. Also, multiple #define have been renamed and commented.
Diffstat (limited to 'src/gestures.h')
-rw-r--r--src/gestures.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gestures.h b/src/gestures.h
index 9b3600db..392ae660 100644
--- a/src/gestures.h
+++ b/src/gestures.h
@@ -174,6 +174,7 @@ float GetGesturePinchAngle(void); // Get gesture pinch ang
// Types and Structures Definition
//----------------------------------------------------------------------------------
+// Gestures module state context
typedef struct {
int current; // Current detected gesture
unsigned int enabledFlags; // Enabled gestures flags