13#ifndef MANAGED_MOUSE_BUTTON_TRIGGER_H
14#define MANAGED_MOUSE_BUTTON_TRIGGER_H
47 bool isValid()
const {
return ((_triggerMask & AllButtonsMask) != 0); }
76 std::string _getDisplayFragment(
int mask,
const char* displayString)
const;
77 void _setMaskFromString(
const std::string& triggerString,
int mask,
char c);
#define SOMANAGEDINTERACTION_API
File to resolve system dependencies in View2D library.
ManagedActionTrigger is a base class for all triggers of managed interactions.
Class ManagedMouseWheelTrigger encapsulates the combination of required and ignored modifier keys tha...