Sourceforge.net - The VCF's Project Host
   The VCF Website Home   |   Online Discussion Forums   |   Sourceforge.net Project Page   

vcf/ApplicationKit/MouseEvent.h File Reference


Namespaces

namespace  VCF

Classes

class  VCF::MouseEvent
class  VCF::MouseEventHandler< SOURCE_TYPE >
 MouseEventHandler handles the following onMouseDoubleClicked onMouseClicked onMouseMove onMouseUp onMouseDown. More...

Enumerations

enum  VCF::MouseButtomMasks {
  VCF::mbmUndefined = 0, VCF::mbmLeftButton = 1, VCF::mbmMiddleButton = 2, VCF::mbmRightButton = 4,
  VCF::mbmPrimaryButton = mbmLeftButton, VCF::mbmSecondaryButton = mbmRightButton, VCF::mbmTertiaryButton = mbmMiddleButton
}
 Mouse button masks. More...
   Comments or Suggestions?    License Information