Package GP.Reactors

Class Summary
DoubleClickInGraphic This is a reactor that will call DoIt() on a GP.Doable you construct it with when the graphic it is also constructed with is double clicked on.
Keyboard  
KeyClick  
KeyInteractor  
KeyShortcut This is a key interactor that takes a Push Button and calls Activate() on it when the key it's constructed with is pressed.
MouseClick  
MouseInteractor This is a mouse interactor that allows you to define actions that happen when the mouse is moved, or its button is pressed or released.
OnDownInGraphicAndUp  
OnDownInOnlyGraphicAndUp  
OnDownUpInGraphic  
OnPressAndRelease  
PushButtonKeyInteractor This is a key interactor that takes a Push Button and calls Activate() on it when the key it's constructed with is pressed.
Selection