Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/inputviz #169

Merged
merged 16 commits into from
Oct 9, 2021
Merged

Feature/inputviz #169

merged 16 commits into from
Oct 9, 2021

Conversation

200sc
Copy link
Contributor

@200sc 200sc commented Sep 27, 2021

Add input visualization helpers underneath debug tools.

  • Joystick
  • Mouse
  • Keyboard

@codecov-commenter
Copy link

codecov-commenter commented Sep 27, 2021

Codecov Report

Merging #169 (e7c6150) into master (314b923) will decrease coverage by 0.02%.
The diff coverage is 50.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #169      +/-   ##
==========================================
- Coverage   92.76%   92.73%   -0.03%     
==========================================
  Files         140      140              
  Lines        6291     6294       +3     
==========================================
+ Hits         5836     5837       +1     
- Misses        398      399       +1     
- Partials       57       58       +1     
Impacted Files Coverage Δ
render/font.go 69.23% <ø> (ø)
render/text.go 97.18% <50.00%> (-2.82%) ⬇️

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 314b923...e7c6150. Read the comment docs.

@200sc
Copy link
Contributor Author

200sc commented Oct 9, 2021

This also:

bugs fixed:

  • respect the context passed into debugtools.DebugMouseRelease
  • adds support for the Insert key on windows (an oversight before)
  • corrects the drawn location of texts drawn with a zero size font

@200sc 200sc marked this pull request as ready for review October 9, 2021 13:13
@200sc 200sc merged commit 7d343c4 into master Oct 9, 2021
@200sc 200sc deleted the feature/inputviz branch October 9, 2021 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants