13#ifndef MANAGED_MOUSE_WHEEL_TRIGGER_H 
   14#define MANAGED_MOUSE_WHEEL_TRIGGER_H 
#define SOMANAGEDINTERACTION_API
File to resolve system dependencies in View2D library.
 
Class ManagedMouseWheelTrigger encapsulates the combination of required and ignored modifier keys tha...
 
static ManagedMouseWheelTrigger fromString(const std::string &s)
Creates a trigger from a string.
 
ManagedMouseWheelTrigger(int triggerMask=0, int ignoreMask=0)
Creates a wheel trigger with a trigger mask and an ignore mask.
 
std::string toString() const
Returns a string representation of this trigger (see fromString()).
 
bool matches(int mask) const
Returns whether this trigger matches the given modifier combination.