Skip to content

Commit 279bb57

Browse files
Necessary exports for using mouseInteractive.
1 parent e72fde4 commit 279bb57

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • Graphics/Dynamic/Plot

Graphics/Dynamic/Plot/R2.hs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@ module Graphics.Dynamic.Plot.R2 (
6767
-- ** Interactive content
6868
-- $interactiveExplanation
6969
-- *** Mouse
70-
, MousePressed (..), MousePress(..), MouseClicks(..), clickThrough
70+
, MousePressed (..), MousePress(..), MouseClicks(..)
71+
, clickThrough, mouseInteractive
72+
, MouseEvent, clickLocation, releaseLocation
7173
-- *** Displayed range
7274
, ViewXCenter(..), ViewYCenter(..), ViewWidth(..), ViewHeight(..)
7375
-- *** Resolution

0 commit comments

Comments
 (0)