This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
RENAMED: enum Gestures -> Gesture
Consistency tweak
pull/1801/head
Ray
3 years ago
parent
5e3cf28642
commit
0870295a7c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/raylib.h
+ 1
- 1
src/raylib.h
View File
@ -866,7 +866,7 @@ typedef enum {
GESTURE_SWIPE_DOWN
=
128
,
GESTURE_PINCH_IN
=
256
,
GESTURE_PINCH_OUT
=
512
}
Gesture
s
;
}
Gesture
;
/
/
Camera
system
modes
typedef
enum
{
Write
Preview
Loading…
Cancel
Save