Searched refs:toMetaState (Results 1 – 1 of 1) sorted by relevance
382 int32_t toMetaState = fromMetaState; in applyKeyBehavior() local388 toMetaState = fromMetaState & ~behavior->metaState; in applyKeyBehavior()391 toMetaState &= ~(AMETA_ALT_LEFT_ON | AMETA_ALT_RIGHT_ON); in applyKeyBehavior()394 toMetaState &= ~AMETA_ALT_ON; in applyKeyBehavior()397 toMetaState &= ~(AMETA_CTRL_LEFT_ON | AMETA_CTRL_RIGHT_ON); in applyKeyBehavior()400 toMetaState &= ~AMETA_CTRL_ON; in applyKeyBehavior()403 toMetaState &= ~(AMETA_SHIFT_LEFT_ON | AMETA_SHIFT_RIGHT_ON); in applyKeyBehavior()406 toMetaState &= ~AMETA_SHIFT_ON; in applyKeyBehavior()409 toMetaState = normalizeMetaState(toMetaState); in applyKeyBehavior()416 fromKeyCode, fromMetaState, toKeyCode, toMetaState); in applyKeyBehavior()[all …]