Is there any way we can support Qt without tracking the modifier press/releases ourselves? Normally in app development the robust solution is comment #2. So you never need to track the modifier state, but just query it as required. But I understand there might be Qt design issues necessitating this... (?)
Is there any way we can support Qt without tracking the modifier press/releases ourselves? Normally in app development the robust solution is comment #2. So you never need to track the modifier state, but just query it as required. But I understand there might be Qt design issues necessitating this... (?)