Add mappings for mouse last pressed millis
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
@@ -927,6 +927,11 @@ public interface Client extends GameEngine
|
||||
*/
|
||||
int getMouseIdleTicks();
|
||||
|
||||
/**
|
||||
* Gets the number of milliseconds since the last mouse press occurred.
|
||||
*/
|
||||
long getMouseLastPressedMillis();
|
||||
|
||||
/**
|
||||
* Gets the amount of ticks since the last keyboard press occurred.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user