MouseX and MouseY in struct IntuitionBase contains the mouse co-ordinates relative to the View (that being the entire display, not just an individual screen).
You could use these as they are not defined within the 'private' part of the IntuitionBase structure.
Obviously, use LockIBase()/UnlockIBase() when reading and make it quick.