Updated linux Mouse

This commit is contained in:
Elias Naur 2003-03-24 18:10:04 +00:00
parent 6e37721123
commit acfd9e4cea
1 changed files with 0 additions and 2 deletions

View File

@ -173,8 +173,6 @@ JNIEXPORT jboolean JNICALL Java_org_lwjgl_input_Mouse_nCreate
{
int i;
jbooleanArray buttons_array = env->NewBooleanArray(NUM_BUTTONS);
env->SetStaticObjectField(clazz, fid_buttons, buttons_array);
env->SetStaticIntField(clazz, fid_button_count, NUM_BUTTONS);
env->SetStaticBooleanField(clazz, fid_has_wheel, JNI_TRUE);
current_x = current_y = current_z = last_x = last_y = last_z = pointer_grabbed = 0;