Closed niklashigi closed 6 years ago
Merging #7 into master will increase coverage by
<.01%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #7 +/- ##
=========================================
+ Coverage 99.49% 99.5% +<.01%
=========================================
Files 10 10
Lines 199 202 +3
Branches 37 37
=========================================
+ Hits 198 201 +3
Misses 1 1
Impacted Files | Coverage Δ | |
---|---|---|
src/inputs/gamepad.ts | 100% <100%> (ø) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update fd07ebc...584d9ab. Read the comment docs.
This fixes the documentation inconsistency @quinton-ashley pointed out in #6.
Gamepad.stick
now returns a properControl
that has alabel
and can bequery
-ed.Closes #6