$Date: 2005/10/23 16:37:09 $
$Revision: 1.9 $
-- Mouse pointer position in possibly transformed coordinates
-- inside the publishing container object.
-- X-coordinate of pointer on screen
-- where the mouse event has occured
-- Y-Coordinate of pointer position on screen
-- where the mouse event has occured
-- X-coordinate of pointer position
-- where the mouse event has occured
-- This is a relative coordinate if used with widgets, otherwise
-- it's the same as screen_x
-- Mouse button state specifying which mouse buttons
-- are currently pressed
-- (see button_state_xxx_flag features for possible flag values)
-- Is left mouse button currently down?
-- Is middle mouse button currently down?
-- Is right mouse button currently down?
-- Set caught to a_bool.
-- One should call set_caught with True
-- when Current should not be published any further.
-- (From EM_EVENT)
-- Set the relative mouse coordinates to a_x a_y
-- Event type
-- (see EM_CONSTANTS for possible values).
-- (From EM_EVENT)
Ancestor class for all mouse events.