I know this is supposed to be ask a question, get an answer (and I think I'm doing that, just not sure on my level of clarity). I've been asked to find a way to capture xy coords from mouse clicks and then store them in a database. What I am wondering is if a person clicks on the same place using a desktop, a tablet, a smartphone, will the resulting xy be the same? I guess the reason I'm asking is it's my hunch that they won't be the same. And if that's the case then how do I accurately map the locations of all mouse clicks at a later date when pulling them from the database. I hope I'm making sense here (not so sure myself).
Thanks all!