From 88aeb15f55e8004bf24ac15dd53c5987b21ec171 Mon Sep 17 00:00:00 2001 From: "guilhem.duche" Date: Fri, 15 Feb 2008 14:29:25 +0000 Subject: [PATCH] some fixes on new version. Acceleration threshold is an int. git-svn-id: http://wiiusej.googlecode.com/svn/trunk@56 ae48ae66-6a45-0410-b38e-211266189506 --- WiiUseJC/wiiusej_WiiUseApi.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/WiiUseJC/wiiusej_WiiUseApi.h b/WiiUseJC/wiiusej_WiiUseApi.h index f202e3b..37a4391 100644 --- a/WiiUseJC/wiiusej_WiiUseApi.h +++ b/WiiUseJC/wiiusej_WiiUseApi.h @@ -98,17 +98,17 @@ JNIEXPORT void JNICALL Java_wiiusej_WiiUseApi_setOrientThreshold /* * Class: wiiusej_WiiUseApi * Method: setAccelThreshold - * Signature: (IF)V + * Signature: (II)V */ JNIEXPORT void JNICALL Java_wiiusej_WiiUseApi_setAccelThreshold - (JNIEnv *, jobject, jint, jfloat); + (JNIEnv *, jobject, jint, jint); /* * Class: wiiusej_WiiUseApi - * Method: setSmoothAlpha + * Method: setAlphaSmoothing * Signature: (IF)V */ -JNIEXPORT void JNICALL Java_wiiusej_WiiUseApi_setSmoothAlpha +JNIEXPORT void JNICALL Java_wiiusej_WiiUseApi_setAlphaSmoothing (JNIEnv *, jobject, jint, jfloat); /*