forked from bendahl/uinput
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Adhere to go naming standards (renaming of all constants) - Improve error handling - Remove C dependencies completely - Add .gitignore
- Loading branch information
Benjamin Dahlmanns
committed
Feb 11, 2017
1 parent
6ab7fee
commit 232d2ab
Showing
9 changed files
with
470 additions
and
448 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
.idea/* |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
TODO | ||
==== | ||
|
||
1. Create Tests for the uinput package | ||
2. Migrate code from C to GO | ||
1. ~~Create Tests for the uinput package~~ | ||
2. ~~Migrate code from C to GO~~ | ||
3. Implement relative input | ||
4. Implement absolute input | ||
4. Implement absolute input | ||
5. Test on different platforms (besides x86_64) |
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
Oops, something went wrong.