UIDragObject lets you drag objects. UIDragCamera lets you drag the camera. For anything else, just create a custom script that has OnPress/OnDrag and do what you want inside. If you want this script to work regardless of what you pressed on, set UICamera.genericEventHandler to be the game object where you have this script attached.