FifeGUI 0.2.0
A C++ GUI library designed for games.
fcn::MouseEvent Member List

This is the complete list of members for fcn::MouseEvent, including all inherited members.

Button enum namefcn::MouseEvent
consume()fcn::InputEvent
Event(Widget *source)fcn::Eventexplicit
getButton() constfcn::MouseEvent
getClickCount() constfcn::MouseEvent
getDistributor() constfcn::InputEvent
getSource() constfcn::Event
getType() constfcn::MouseEvent
getX() constfcn::MouseEvent
getY() constfcn::MouseEvent
Gui classfcn::MouseEventfriend
InputEvent(Widget *source, Widget *distributor, bool isShiftPressed, bool isControlPressed, bool isAltPressed, bool isMetaPressed)fcn::InputEvent
isAltPressed() constfcn::InputEvent
isConsumed() constfcn::InputEvent
isControlPressed() constfcn::InputEvent
isMetaPressed() constfcn::InputEvent
isShiftPressed() constfcn::InputEvent
mAltPressedfcn::InputEventprotected
mButtonfcn::MouseEventprotected
mClickCountfcn::MouseEventprotected
mControlPressedfcn::InputEventprotected
mDistributorfcn::InputEventprotected
mIsConsumedfcn::InputEventprotected
mMetaPressedfcn::InputEventprotected
MouseEvent(Widget *source, Widget *distributor, bool isShiftPressed, bool isControlPressed, bool isAltPressed, bool isMetaPressed, MouseEvent::Type type, MouseEvent::Button button, int x, int y, int clickCount)fcn::MouseEvent
mShiftPressedfcn::InputEventprotected
mSourcefcn::Eventprotected
mTypefcn::MouseEventprotected
mXfcn::MouseEventprotected
mYfcn::MouseEventprotected
Type enum namefcn::MouseEvent