using grabbed mode

This commit is contained in:
Brian Matzon 2004-12-07 22:01:15 +00:00
parent 7aa6e52e4b
commit f4ed91d9a5
1 changed files with 4 additions and 0 deletions

View File

@ -226,6 +226,8 @@ public class PositionTest extends BasicTest {
Sys.log("Soundfiles loaded successfully");
// -----------------------------------------------------
Mouse.setGrabbed(true);
}
/**
@ -406,6 +408,8 @@ public class PositionTest extends BasicTest {
AL10.alListener(AL10.AL_POSITION, listenerPosition);
// empty mouse buffer
while(Mouse.next());
}
/**