added pause while key is down

This commit is contained in:
fourtf
2019-09-16 10:40:02 +02:00
parent b06918eb47
commit 63126899ec
5 changed files with 96 additions and 0 deletions
+1
View File
@@ -44,6 +44,7 @@ enum class PauseReason {
Mouse,
Selection,
DoubleClick,
KeyboardModifier,
};
using SteadyClock = std::chrono::steady_clock;