Why is the mouse cursor slightly tilted and not straight?
21–30 of 107 posts
Re: Why is the mouse cursor slightly tilted and not straight?
#22For HN, I expected a much deeper explanation than "it looked better on low res displays.". This isn't worth our time.
Really often times it just comes to do one guy/gal trying something new flying by the seat of his/her pants. And a few people like it so they keep it, and it propagates.
Re: Why is the mouse cursor slightly tilted and not straight?
#23We owe so much to xerox, did they ever make money off all that R&D ?
They did from Apple. Despite the lore of Steve Jobs "stealing" everything from PARC, there was a deal in place before Xerox ever showed anyone.
PS: "SRI licensed the computer mouse technology to Apple, Xerox, and other companies. The mouse became commercially viable in 1984, three years before the patent's expiration." - http://www.sri.com/work/timeline-innovation/timeline.php?tim...
Re: Why is the mouse cursor slightly tilted and not straight?
#24Nobody 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)
Re: Why is the mouse cursor slightly tilted and not straight?
#25I always assumed because the point of the diagonal arrow cursor is located at 0,0 in the image, making the origin location of the mouse cursor image and the click point of the arrow the same. Whereas with any vertical arrow cursor, the click point would no longer line up with 0,0.
This is true for most default cursors, but custom cursor file formats let you change the coordinates of the active pixel (see: 'left-handed' mirrored arrow cursors, or crosshair-type ones.). The link 'finger' cursor on most OSes is a default example where the active pixel isn't the top-left one.
Re: Why is the mouse cursor slightly tilted and not straight?
#26I remember windows 3.1 had a utility for drawing custom cursors. I had great fun making cursors (I was around 10 at the time I guess) and had completed forgotten about it until now! I think that utility was a 16x16 grid, and indeed the easiest to see arrows utilsed the vertical, although actually a cursor which uses the horizontal and diagonal isn't bad either.
Re: Why is the mouse cursor slightly tilted and not straight?
#27Re: Why is the mouse cursor slightly tilted and not straight?
#28Nobody 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)
It's instructive to observe the circumstances when the cursor changes: there is some indication of context change, but also the design of the cursor in each context is important.
Re: Why is the mouse cursor slightly tilted and not straight?
#29I always assumed because the point of the diagonal arrow cursor is located at 0,0 in the image, making the origin location of the mouse cursor image and the click point of the arrow the same. Whereas with any vertical arrow cursor, the click point would no longer line up with 0,0.
This is true for most default cursors, but custom cursor file formats let you change the coordinates of the active pixel (see: 'left-handed' mirrored arrow cursors, or crosshair-type ones.). The link 'finger' cursor on most OSes is a default example where the active pixel isn't the top-left one.