Skip to content

Commit

Permalink
0.0.7dev (#32)
Browse files Browse the repository at this point in the history
* more key functions

animation rewind
color constants
controller button constants
controller button checking if pressed
bind keys to names and get a direction
math get only angle of vector

* new input action system

renamed constants for consistency

* more documentation

default f11 key behavior
add a "things to know" page to docs
more readable documentation for functions

* doc update
  • Loading branch information
durkisneer1 authored Dec 25, 2024
1 parent 1ccc733 commit fca16ef
Show file tree
Hide file tree
Showing 44 changed files with 1,125 additions and 421 deletions.
11 changes: 6 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
repos:
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v16.0.5
hooks:
- id: clang-format
files: \.(c|cc|cpp|h|hpp|cxx|hh|hpp|tpp)$
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v16.0.5
hooks:
- id: clang-format
files: \.(c|cc|cpp|h|hpp|cxx|hh|hpp|tpp)$
exclude: ^example/
Loading

0 comments on commit fca16ef

Please sign in to comment.