Enum MouseAction

Mouse action codes for MouseEvent

The enum base type is ubyte .

Enum members

Name Description
ButtonDown button is down
ButtonUp button is up
Cancel button down handling is cancelled
FocusIn pointer is back inside widget while button is down after FocusOut
FocusOut pointer moved outside of widget while button was down (if handler returns true, Move events will be sent even while pointer is outside widget)
Leave pointer left widget which has before processed Move message, while button was not down
Move mouse pointer is moving
Wheel scroll wheel movement

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0