Skip to content

Commit

Permalink
REMOVED: example: core_gamepad_info
Browse files Browse the repository at this point in the history
  • Loading branch information
raysan5 committed Jan 12, 2025
1 parent 2f6230e commit da5a868
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 397 deletions.
1 change: 0 additions & 1 deletion examples/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,6 @@ CORE = \
core/core_custom_logging \
core/core_drop_files \
core/core_input_gamepad \
core/core_input_gamepad_info \
core/core_input_gestures \
core/core_input_gestures_web \
core/core_input_keys \
Expand Down
4 changes: 0 additions & 4 deletions examples/Makefile.Web
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,6 @@ CORE = \
core/core_custom_logging \
core/core_drop_files \
core/core_input_gamepad \
core/core_input_gamepad_info \
core/core_input_gestures \
core/core_input_gestures_web \
core/core_input_keys \
Expand Down Expand Up @@ -615,9 +614,6 @@ core/core_input_gamepad: core/core_input_gamepad.c
--preload-file core/resources/ps3.png@resources/ps3.png \
--preload-file core/resources/xbox.png@resources/xbox.png

core/core_input_gamepad_info: core/core_input_gamepad_info.c
$(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM)

core/core_input_gestures: core/core_input_gestures.c
$(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM)

Expand Down
Loading

0 comments on commit da5a868

Please sign in to comment.