Pull in updated moonlight-common-c pen/touch APIs

This commit is contained in:
Cameron Gutman
2023-06-24 21:29:44 -05:00
parent a2e628f3f8
commit 6bf9c31860
4 changed files with 13 additions and 13 deletions

View File

@@ -49,9 +49,8 @@ JNIEXPORT jint JNICALL
Java_com_limelight_nvstream_jni_MoonBridge_sendPenEvent(JNIEnv *env, jclass clazz, jbyte eventType,
jbyte toolType, jbyte penButtons,
jfloat x, jfloat y, jfloat pressure,
jshort rotation, jbyte tiltX,
jbyte tiltY) {
return LiSendPenEvent(eventType, toolType, penButtons, x, y, pressure, rotation, tiltX, tiltY);
jshort rotation, jbyte tilt) {
return LiSendPenEvent(eventType, toolType, penButtons, x, y, pressure, rotation, tilt);
}
JNIEXPORT jint JNICALL