Sizing fixes
This commit is contained in:
parent
a36386cc20
commit
c94f5144e7
4 changed files with 20 additions and 11 deletions
|
|
@ -16,6 +16,7 @@ void RootWidget::processFrame(EventHandler* events, const RectF& screenArea) {
|
|||
|
||||
if (mDebug) {
|
||||
mScreenArea.size -= { 400, 0 };
|
||||
events->setEnableKeyEvents(true);
|
||||
if (events->isPressed(InputID::K)) mDebugStopProcessing = !mDebugStopProcessing;
|
||||
if (mDebugStopProcessing) return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue