Enum member MouseAction.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)

Declaration

enum MouseAction
{
	// ...
	FocusOut,
	// ...
}

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0