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

Typedefs

typedef Delegate1< MouseEvent * > VCF::MouseDelegate
 MouseDelegate handles the following.
typedef MouseDelegate::ProcedureType VCF::MouseHandler

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