Fix javadoc error

This commit is contained in:
Ioannis Tsakpinis 2015-01-07 20:22:38 +02:00
parent 301a37c5fe
commit 67d29a75a0
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ public interface InputImplementation {
void pollMouse(IntBuffer coord_buffer, ByteBuffer buttons);
/**
* Method to read the keyboard buffer
* Method to read the mouse buffer
*/
void readMouse(ByteBuffer buffer);