| Copyright | (c) The University of Glasgow 1994-2002 |
|---|---|
| License | see libraries/base/LICENSE |
| Maintainer | ghc-devs@haskell.org |
| Stability | internal |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
GHC.Event.Windows.ConsoleEvent
Description
Windows IO manager interfaces. Depending on which IO Subsystem is used requests will be routed to different places.
Documentation
data ConsoleEvent Source #
Instances
start_console_handler :: Word32 -> IO () Source #
toWin32ConsoleEvent :: (Eq a, Num a) => a -> Maybe ConsoleEvent Source #
win32ConsoleHandler :: MVar (ConsoleEvent -> IO ()) Source #