Computer Science, asked by jasonjoshi2218, 2 months ago

Move the mouse pointer to rest on the item choice

Answers

Answered by ranimohapatra000
0

Answer:

a

Explanation:

okk

mouse curser can move by touch pad of laptop

Answered by sujan3006sl
0

Answer:

Answer for your question is Application code.

Explanation:

  • The intelligence embedded into the user interface determines how it accomplishes this. When you move your mouse, it causes an interrupt, which can notify a programme of a new mouse position or, if the code keeps the mouse in a sequence loop, keep track of where it is at all times.
  • Some applications examine the set of locations for items on the screen, which are often kept in a table, and identify which object is closest to the mouse point.
  • The top left and bottom right of each screen item presented by the software are normally described by two pairs of x,y coordinates.
  • When the application code detects which object is closest to the others, the pointer is moved to the particular item There's no magic here; only programming.

#SPJ3

Similar questions