Platform::KeyboardInputExclusion Struct Reference#include <platform.h>
Detailed DescriptionDescription of a keyboard input we want to ignore.
Constructor & Destructor Documentation
Member Function Documentation
Based on the values above, determine if a given input event matchs this exclusion rule.
Member Data DocumentationThe key code to ignore, e.g. KEY_TAB. If this and the other conditions match, ignore the key. if(modifiers | orModifierMask) and the other conditions match, ignore the key.
if((modifiers & andModifierMask) == andModifierMask) and the other conditions match, ignore the key stroke.
|