mirror of
https://github.com/jtdaugherty/brick.git
synced 2024-11-26 09:06:56 +03:00
Brick.Types.Internal: improve mouse constructor haddock
This commit is contained in:
parent
61a2e42a51
commit
66fc8e7372
@ -204,10 +204,12 @@ data BrickEvent n e = VtyEvent Event
|
||||
-- ^ The event was an application event.
|
||||
| MouseDown n Button [Modifier] Location
|
||||
-- ^ A mouse-down event on the specified region was
|
||||
-- received.
|
||||
-- received. The 'n' value is the resource name of
|
||||
-- the clicked widget (see 'clickable').
|
||||
| MouseUp n (Maybe Button) Location
|
||||
-- ^ A mouse-up event on the specified region was
|
||||
-- received.
|
||||
-- received. The 'n' value is the resource name of
|
||||
-- the clicked widget (see 'clickable').
|
||||
deriving (Show, Eq)
|
||||
|
||||
data RenderState n =
|
||||
|
Loading…
Reference in New Issue
Block a user