Antonis Geralis
212f331583
Update core_input_gamepad.c ( #2903 )
пре 2 година
Ray
b59fab7ee6
Update year to 2023
пре 2 година
Ray
4a9391ae83
REVIEWED: examples descriptions
пре 2 година
Ray
c1b01c0d5d
Added new comment to examples
пре 2 година
Kristian Lein-Mathisen
4954778f68
Improve joystick visualisation in gamepad example again ( #2391 )
As prior commit, but complete fix for XBox controller and trigger
buttons too.
> The joystick range is a float from -1 through +1. Casting this to int
> yields only three possible values: -1, 0, and 1. This gives a
> misleading joystick placement in the demo.
>
> By casting to int after the multiplication to get pixel values, the
> demo reveals the analog feel of the joystick.
пре 3 година
Kristian Lein-Mathisen
ec7250ca54
Improve joystick visualisation in gamepad example ( #2390 )
The joystick range is a float from -1 through +1. Casting this to int
yields only three possible values: -1, 0, and 1. This gives a
misleading joystick placement in the demo.
By casting to int after the multiplication, the demo reveals the
analog feel of the joystick.
пре 3 година
raysan5
1883343944
Update core_input_gamepad.c
пре 3 година
raysan5
736d5920c7
Update core_input_gamepad.c
пре 4 година
Jeffery Myers
e48b9a6da1
[Examples] Warning fixes (pt 1) ( #1668 )
* Fix some warnings in examples.
* cleanups from review
Co-authored-by: Jeffery Myers <JefMyers@blizzard.com>
пре 4 година
Ray
8527dbc6e2
WARNING: REMOVED: GamepadNumber enum
пре 4 година
Rabia Alhaffar
d96b422809
Fixed example doesn't show gamepad for Xbox 360 controllers with different drivers ( #1597 )
пре 4 година
raysan5
c32ae480af
RENAMED: FormatText() -> TextFormat()
This function was renamed for consistency in raylib 3.0, just unified all examples to use TextFormat() instead of FormatText()
пре 4 година
Mickaël Malécot
0bd64b7975
Gamepad axis bug fixes and improvement ( #1228 )
* Fix gamepad axis count
* Fix Xbox axis drawing
* Ignore low axis values
* Revert "Fix gamepad axis count"
This reverts commit f08ae4bf
* Fix GamepadAxis API
* Fix conflict with master
* Revert Gamepad MAX definitions
* Revert MAX_GAMEPAD_AXIS update
пре 5 година
Ray
b525039e0a
Review ALL examples
пре 6 година
Reece Mackie
f36ba6a2f4
Damn, made a mistake
пре 6 година
Reece Mackie
948a442704
Update gamepad example to use new enums
пре 6 година
Ray
c47b04a2c6
Working on web examples
пре 8 година
Ray
dd4dd0e87d
Reorganize examples folder
пре 8 година
raysan5
ed4fdfdaf8
Example tweak
пре 8 година
raysan5
3be81b01d7
Brand new gamepad example
пре 8 година
Gordon McShane
c0983f3400
fix example
- fix gamepad axis query in example broken by db4585b
Improved gamepad support
пре 9 година
raysan5
183795b8aa
Review literals type
пре 9 година
raysan5
12581c1721
Changed mail address by twitter user
Probably more useful...
пре 9 година
raysan5
51688c004c
Code cleaning, removed useless spaces
пре 10 година
raysan5
5ecb6801fa
Examples renaming and test examples merge
Examples have been renamed for coherence with raylib modules and test
examples have been merged into examples folder.
пре 10 година
Ray
3b6e5119f3
Rename ex03c_input_gamepad.c to core_input_gamepad.c
пре 10 година
raysan5
e9143b8a8d
Added some functions and Updated examples
View CHANGELOG for details
пре 11 година
raysan5
ccf2608091
Replaced tab by 4 spaces and adjust text
пре 11 година
Ray
46f10b45ad
raylib basic folders structure and some files... ;)
пре 11 година