Okay, so I thought I would get into Linux development. However, I found that you cant hardly manipulate the mouse and keyboard. My question is does GTK not support that sort
Since you mention using MonoDevelop on Linux, I assume you are using Gtk#. Using Gtk#, you need to use Gdk.Display.WarpPointer. Untested, but probably something like the following would work: