WIP-Commit. DOES NOT WORK.

This commit is contained in:
Stefan Dresselhaus
2014-03-24 08:21:30 +01:00
parent fd38727c65
commit c1e074934e
11 changed files with 109 additions and 24 deletions

View File

@ -24,5 +24,12 @@ alternateClickHandler :: Pixel -> Pioneers ()
alternateClickHandler (Pixel x y) = liftIO $ putStrLn $ unwords ["alternate press on (",show x,",",show y,")"]
-- | informs the GUI to prepare a blitting of state ^. gl.hudTexture
--
--TODO: should be done asynchronously at one point.
prepareGUI :: Pioneers ()
prepareGUI = do
return ()
--TODO: Add scroll-Handler, return (Pioneers Bool) to indicate event-bubbling etc.
--TODO: Maybe queues are better?