Live data from Hacker News

Why is the mouse cursor slightly tilted and not straight?

ux.stackexchange.com

91–100 of 107 posts

Re: Why is the mouse cursor slightly tilted and not straight?

#91

It's interesting to see how misinformation propagates. The second-highest-rated answer on Stack Exchange (46 votes and climbing) claims that another reason for the left arrow cursor in early GUIs was to put the hotspot at (0,0) to save time in the mouse position calculations: http://ux.stackexchange.com/a/52349/43259 The answer cites this Reddit comment as its source: http://www.reddit.com/r/explainlikeimfive/comment…

Nice digging.

This hit the BS detector for me too, mainly because it goes against some of the rules of thumb I have found useful for optimization. For example, the need for smooth and stutter-free ui notwithstanding, if something only happens in response to user input you are less likely to see important gains from this sort of CPU microoptimization. Even on a very old machine, it should be obvious that the computer adds integers much faster than you can move your finger (otherwise there would be no point of having the computer, am I right?) On the other hand, if you had to compute more on every frame or for a substantial amount of onscreen objects, that's where the real gains are going to live, because the numbers add up much more easily.

Re: Why is the mouse cursor slightly tilted and not straight?

#92

It's interesting to see how misinformation propagates. The second-highest-rated answer on Stack Exchange (46 votes and climbing) claims that another reason for the left arrow cursor in early GUIs was to put the hotspot at (0,0) to save time in the mouse position calculations: http://ux.stackexchange.com/a/52349/43259 The answer cites this Reddit comment as its source: http://www.reddit.com/r/explainlikeimfive/comment…

how much is 4 or 8 or even 16 instructions compared to the amount of time to actually draw the cursor graphic into the frame buffer?

Re: Why is the mouse cursor slightly tilted and not straight?

#97
post #35

Earlier quoted context omitted.

To a right-handed person it does ...I imagine to a left-handed person it must feel like the cursor/pointer is pointing the "wrong" way. I am wrong on this lefto weirdies? Bonus upvotes for casual slur surely.

You get used to it, just like you do with doors and all the other things designed with righty's in mind.

I don't understand, I'm used to doors with handles on random sides, how are they biased?

Re: Why is the mouse cursor slightly tilted and not straight?

#98
post #36

Nobody seems to mention a pretty good reason also: standard western text (and content in general) is oriented right-to-left; therefore covering only one side seems to me intuitively less obstructing (we can read perfectly up to the click spot, instead of being confused by what's underneath it)

Some of the Linux GUIs used to have a feature that, if you set the mouse to left-handed, the cursor would tilt the other way. It was very ergonomic and seemed natural (and I would like it back :)

Most older computers had at least some utility to do this too. I used it a lot on my Atari ST's since I was having troubles with my right hand and had to switch left/right quite a lot.

Re: Why is the mouse cursor slightly tilted and not straight?

#99
post #83

Earlier quoted context omitted.

OK? I'm not sure what that's supposed to do with the post I replied to.

Oops! Indeed, I mis-perceived your comment as being a response to lotharbot's comment, about the tilt of right-hand pointing being an influence. Sorry. However, I do think there's something more than "just so" to the darkmighty post you replied to, as well. Anything that's hand-manipulated, and especially English writing on paper, must face the risk a dominant right-hand will partially obscure it. Thus we've got long…

This is also visible in classical office planning. Nowadays people seems to have forgotten it. Look in an old office, on what side of the table is the window in most of the rooms? If the occupant is left-handed, what side is the window now? The desktop lamp? This is not a new problem, lights are supposed to be on the left side of a right-handed person when writing, otherwise you will shadow your paper while writing. Same goes with the mouse cursor, when right-handed, it's natural that it would point to the left.

Re: Why is the mouse cursor slightly tilted and not straight?

#100
post #35

Earlier quoted context omitted.

To a right-handed person it does ...I imagine to a left-handed person it must feel like the cursor/pointer is pointing the "wrong" way. I am wrong on this lefto weirdies? Bonus upvotes for casual slur surely.

You get used to it, just like you do with doors and all the other things designed with righty's in mind.

Like right-handed screwdrivers.
Post reply on HN