mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2026-02-04 14:54:19 +01:00
Website updates
This commit is contained in:
parent
ba876c7e34
commit
341db62139
|
|
@ -3,3 +3,4 @@ description: Java library for access to input devices.
|
|||
show_downloads: true
|
||||
google_analytics:
|
||||
theme: jekyll-theme-architect
|
||||
jinput_version: 2.0.9
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ Include dependency in your project:
|
|||
<dependency>
|
||||
<groupId>net.java.jinput</groupId>
|
||||
<artifactId>jinput</artifactId>
|
||||
<version>2.0.9</version>
|
||||
<version>{{site.jinput_version}}</version>
|
||||
<type>pom</type>
|
||||
</dependency>
|
||||
```
|
||||
|
|
@ -44,7 +44,7 @@ Include dependency in your project:
|
|||
|
||||
2. Build from sources - Experts only
|
||||
-----
|
||||
See the readme.md at
|
||||
See the [readme.md](https://github.com/jinput/jinput)
|
||||
## Usage
|
||||
|
||||
```java
|
||||
|
|
|
|||
Loading…
Reference in a new issue