[Haskell-cafe] ANN: Robot - Simulate keyboard and mouse events under X11

Niklas Hambüchen mail at nh2.me
Mon May 13 02:49:50 CEST 2013


> Can you show me the code that triggers that behavior?

It is basically

Just connection <- connect
forever $ do
  (x,y) <- getGyroMovement
  runRobotWithConnection (moveBy x y) connection



More information about the Haskell-Cafe mailing list