Controller support #1

Open
opened 2018-06-13 15:01:19 +02:00 by Seil0 · 0 comments
Owner

figure out which library cemu_UI should use:

Jamepad should be easier to use. Needs libevdev and libudev as dependencies on linux.

        <repositories>
		<repository>
		    <id>jitpack.io</id>
		    <url>https://jitpack.io</url>
		</repository>
	</repositories>

       <dependency>
	    <groupId>com.github.WilliamAHartman</groupId>
	    <artifactId>Jamepad</artifactId>
	    <version>1.1</version>
	</dependency>
figure out which library cemu_UI should use: * https://github.com/jinput/jinput Jamepad should be easier to use. Needs _libevdev_ and _libudev_ as dependencies on linux. * https://github.com/williamahartman/Jamepad ``` <repositories> <repository> <id>jitpack.io</id> <url>https://jitpack.io</url> </repository> </repositories> <dependency> <groupId>com.github.WilliamAHartman</groupId> <artifactId>Jamepad</artifactId> <version>1.1</version> </dependency> ```
Seil0 self-assigned this 2018-06-13 15:01:19 +02:00
Seil0 added the
enhancement
planed
labels 2018-06-13 15:01:19 +02:00
Seil0 removed their assignment 2022-09-14 22:11:32 +02:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Seil0/cemu_UI#1
No description provided.