mirror of
https://github.com/jneug/zeichenmaschine.git
synced 2026-04-14 06:33:34 +02:00
Mausposition merken wenn pausiert
This commit is contained in:
@@ -1100,6 +1100,9 @@ public class Zeichenmaschine extends Constants {
|
||||
}
|
||||
|
||||
if( isPaused() || isTerminated() ) {
|
||||
if( MouseEvent.class.isInstance(evt) ) {
|
||||
saveMousePosition((MouseEvent)evt);
|
||||
}
|
||||
dispatchEvents();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user