allow rotate/flip objects while moving in intuitive interface (Button1 pressed)

This commit is contained in:
stefan schippers 2024-03-07 12:31:18 +01:00
parent b0f1828eb8
commit f57f09ee12
1 changed files with 1 additions and 0 deletions

View File

@ -1822,6 +1822,7 @@ int rstate; /* (reduced state, without ShiftMask) */
state &= ~LockMask; /* filter out Caps Lock */
rstate = state; /* rstate does not have ShiftMask bit, so easier to test for KeyPress events */
rstate &= ~ShiftMask; /* don't use ShiftMask, identifying characters is sifficient */
rstate &= ~Button1Mask; /* ignore button-1 */
if(xctx->semaphore >= 2)
{
if(debug_var>=2)