NAME
LibUI::Area::MouseEvent - LibUI::Area Mouse Event
SYNOPSIS
TODO
DESCRIPTION
A LibUI::Area::Handler passes this when the mouseEvent callback is triggered.
Fields
Being a struct, a mouse event contains the following data:
x- horizontal position of the eventy- vertical position of the eventwidth- full width of the areaheight- full height of the areamodifiers- see LibUI::Area::Modifiers
LICENSE
Copyright (C) Sanko Robinson.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHOR
Sanko Robinson <sanko@cpan.org>