-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ✏️ Fixed typo Fixed typo on line 313 * 🙈 Add executable to gitignore * 🩹 Uses active window [LINUX] Now uses active foregroud window instead of whatever window is below the cursor * 🩹 Fix #32 Fixed mouse not being aligned correctly with cursor position. Added comments explaining variables and changes some variable names * 🔨 Changed output directory Compiled binaries now output to the source directory as opposed to ./build/bin/
- Loading branch information
1 parent
cf02cf1
commit 5d17dd4
Showing
3 changed files
with
20 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,5 @@ CMakeFiles | |
bongo | ||
build | ||
NOTE | ||
SFML | ||
SFML | ||
bongocat |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters