Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Commits · v0.5.1
gilrs
Browse files
Nov 12, 2017
Version 0.5.1
· d2a5364b
Arvamer
authored
Nov 12, 2017
View commits for tag v0.5.1
v0.5.1
d2a5364b
Fix compilation errors on recent nightly
· 42dac82b
Arvamer
authored
Nov 12, 2017
42dac82b
Sep 24, 2017
Version 0.5.0
· 622ebf1f
Arvamer
authored
Sep 24, 2017
View commits for tag v0.5.0
v0.5.0
622ebf1f
examples: Fix ff_pos example
· 9b59134a
Arvamer
authored
Sep 24, 2017
9b59134a
windows: Fix wrong NativeEvCode for axes
· 35a63612
Arvamer
authored
Sep 24, 2017
35a63612
Fix doc for `Gamepad::id()`
· b2547ac9
Arvamer
authored
Sep 24, 2017
b2547ac9
linux: Fix converting axis value to f32
· 43b44aec
Arvamer
authored
Sep 24, 2017
43b44aec
Merge branch '33-reduce-usage-of-gamepad-s-id-in-force-feedback-api' into 'master'
· 3fc2b914
Arvamer
authored
Sep 24, 2017
3fc2b914
ff: Fix not creating ff device after gamepad connected
· c8b31e20
Arvamer
authored
Sep 24, 2017
c8b31e20
ff: Move set_listener_position to Gamepad, add add_gamepad to Effect
· b807f6e3
Arvamer
authored
Sep 24, 2017
b807f6e3
Sep 23, 2017
Add CI badge and category to Cargo.toml
· 8e8401b5
Arvamer
authored
Sep 23, 2017
8e8401b5
Update dependencies
· 4d07d3bb
Arvamer
authored
Sep 23, 2017
4d07d3bb
Reformat code
· d858b1f3
Arvamer
authored
Sep 23, 2017
d858b1f3
Remove ci_docker
· dd1f7ebd
Arvamer
authored
Sep 23, 2017
dd1f7ebd
Update license header
· 5cf605c4
Arvamer
authored
Sep 23, 2017
5cf605c4
Merge branch 'ev_state' into 'master'
· 7be9bce5
Arvamer
authored
Sep 23, 2017
7be9bce5
Update README and lib-level doc
· eefa5f7d
Arvamer
authored
Sep 23, 2017
eefa5f7d
Update CHANGELOG
· a51ffd0b
Arvamer
authored
Sep 23, 2017
a51ffd0b
Bump minimal Rust version to 1.19
· eae690b3
Arvamer
authored
Sep 23, 2017
eae690b3
Default to using axis_dpad_to_button, Jitter and deadzone filters
· b9219a5f
Arvamer
authored
Sep 23, 2017
b9219a5f
ev: add axis_dpad_to_button filter
· 6a16e93d
Arvamer
authored
Sep 23, 2017
6a16e93d
ev: Add deadzone filter, implements Gamepad::mapping_source()
· c1a8919d
Arvamer
authored
Sep 23, 2017
c1a8919d
Sep 22, 2017
ev: Fix filters breaking `while let` loop when returning `None`
· 60c9bbab
Arvamer
authored
Sep 22, 2017
60c9bbab
ev: Emit `Connected` event for gamepads connected when creating Gilrs
· 1b65fd42
Arvamer
authored
Sep 22, 2017
1b65fd42
Sep 17, 2017
Format code with newer version of rustfmt
· be74285b
Arvamer
authored
Sep 17, 2017
be74285b
mapping: Fix build on non-Linux targets
· 3f3b9a16
Arvamer
authored
Sep 17, 2017
3f3b9a16
Sep 16, 2017
mapping: Move mapping to Gamepad (was platform specific)
· 59457f8b
Arvamer
authored
Sep 16, 2017
59457f8b
mapping: Map to Button/Axis instead of NativeEvCode
· edf85ea8
Arvamer
authored
Sep 16, 2017
edf85ea8
Sep 15, 2017
ev: Remove EventIterator. Move State to Gilrs.
· c05ff3fe
Arvamer
authored
Sep 15, 2017
c05ff3fe
Sep 09, 2017
linux: Fix converting timeval to std::SystemTime
· 6902c44e
Arvamer
authored
Sep 09, 2017
6902c44e
ev: Event filters
· 95304564
Arvamer
authored
Sep 09, 2017
95304564
Aug 25, 2017
xinput: Do not use bitmasks as NativEvCode
· f6379273
Arvamer
authored
Aug 25, 2017
f6379273
ev: Implementation of external state
· f5b811dc
Arvamer
authored
Aug 25, 2017
f5b811dc
Aug 14, 2017
Merge branch 'timestamps' into 'master'
· 67b351cf
Arvamer
authored
Aug 14, 2017
67b351cf
ev: Add timestamp to Event
· 4df21215
Arvamer
authored
Aug 14, 2017
4df21215
ev: Add Event struct
· a172c7ad
Arvamer
authored
Aug 14, 2017
a172c7ad
ev: Rename Event enum to EventType
· 6ba56cb3
Arvamer
authored
Aug 14, 2017
6ba56cb3
Aug 12, 2017
Remove unnecessary `mut`
· 8363a555
Arvamer
authored
Aug 12, 2017
8363a555
Reformat code
· 33282819
Arvamer
authored
Aug 12, 2017
33282819
Update README and lib-level doc
· b2727859
Arvamer
authored
Aug 12, 2017
b2727859
Loading