Jobs & Education0 min ago
Cursoe function
2 Answers
What does the cursor arrow actually do when a particular part of the screen is clicked on? That is, inside the circuitry, etc?
Answers
Best Answer
No best answer has yet been selected by emmaareitch. Once a best answer has been selected, it will be shown here.
For more on marking an answer as the "Best Answer", please visit our FAQ.If you are talking about an on-screen mouse pointer (usually an arrow of some sort) then this is a simplistic explanation
Everything you see on the screen is output from the computer - the mouse pointer is displayed by the computer interpreting input from the mouse in terms of X and Y co-ordinates.
The screen is composed of a very fine grid of dots called pixels, the co-ordinates of which are known by the computer.
When you move the mouse, the computer calculates the equivalent move in pixels and re-displays the mouse pointer in the new position.
When the you click on the mouse button, the computer knows where the pointer is and knows what pixels are beneath the pointer, depending upon what the pixels underneath the mouse are designed to represent, different actions will be performed by the computer.
For example ' if the pixels at certain co-ordinates represent a 'Send' button for an email program, the computer will know to perform the 'send' action.
I hope that is comprehensible!
Everything you see on the screen is output from the computer - the mouse pointer is displayed by the computer interpreting input from the mouse in terms of X and Y co-ordinates.
The screen is composed of a very fine grid of dots called pixels, the co-ordinates of which are known by the computer.
When you move the mouse, the computer calculates the equivalent move in pixels and re-displays the mouse pointer in the new position.
When the you click on the mouse button, the computer knows where the pointer is and knows what pixels are beneath the pointer, depending upon what the pixels underneath the mouse are designed to represent, different actions will be performed by the computer.
For example ' if the pixels at certain co-ordinates represent a 'Send' button for an email program, the computer will know to perform the 'send' action.
I hope that is comprehensible!
Related Questions
Sorry, we can't find any related questions. Try using the search bar at the top of the page to search for some keywords, or choose a topic and submit your own question.