mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2026-01-05 08:19:56 +01:00
Extra debug info
This commit is contained in:
parent
decd93d226
commit
c2bbf1d876
|
|
@ -743,7 +743,7 @@ public class LinuxNativeTypesMap {
|
|||
public static String getAbsAxisName(int nativeID) {
|
||||
String retval = INSTANCE.absAxesNames[nativeID];
|
||||
if(retval == null) {
|
||||
retval = "Unknown absolute axis id";
|
||||
retval = "Unknown absolute axis id " + nativeID;
|
||||
INSTANCE.absAxesNames[nativeID] = retval;
|
||||
}
|
||||
return retval;
|
||||
|
|
|
|||
Loading…
Reference in a new issue