mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2025-12-06 08:01:59 +01:00
Merge branch 'master' of github.com:jinput/jinput
This commit is contained in:
commit
447ec94f22
|
|
@ -4,3 +4,6 @@
|
||||||
[](http://www.javadoc.io/doc/net.java.jinput/coreapi)
|
[](http://www.javadoc.io/doc/net.java.jinput/coreapi)
|
||||||
|
|
||||||
Library for access to input devices.
|
Library for access to input devices.
|
||||||
|
|
||||||
|
## License
|
||||||
|
Licensed under [BSD License](https://opensource.org/licenses/BSD-3-Clause), copyright is attributed in each source file committed.
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@ public class ReadAllEvents {
|
||||||
while (queue.getNextEvent(event)) {
|
while (queue.getNextEvent(event)) {
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Create a strug buffer and put in it, the controller name,
|
* Create a string buffer and put in it, the controller name,
|
||||||
* the time stamp of the event, the name of the component
|
* the time stamp of the event, the name of the component
|
||||||
* that changed and the new value.
|
* that changed and the new value.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue