answersLogoWhite

0


Best Answer

The upper-left pointing arrow pointer is a general-purpose pointer. It is used in most window areas for single-object selection and activation. The hotspot for the arrow pointer should be in the point of the arrow.You can optionally use an I-beam pointer in any Text component. It is used to change the location of the text insertion cursor and to perform actions on text. If the I-beam is used, it can be hidden during the time between any keyboard action and a mouse movement. This helps the user distinguish the I-beam pointer from the text insertion cursor, which can also be an I-beam. The hotspot for the I-beam pointer should be on the vertical bar of the I-beam about one-third up from the bottom.The X pointer can indicate when the pointer is outside of any application area. The hotspot for the X pointer should be where the lines intersect.The resize pointers indicate positions for area resize, and they remain during a resize operation. The direction of the arrow in the pointer indicates the direction of increasing size. The horizontal and vertical pointers indicate resize in either the horizontal or vertical direction. The diagonal pointers indicate resize in both the horizontal and vertical directions simultaneously. The hotspot for the resizing pointers should be on the elbow or the line at the position pointed to by the arrow.The hourglass pointer, a working pointer, indicates that an action is in progress in the area, and that the pointer has no effect in the area. While the hourglass pointer is active, all mouse button and keyboard events are ignored in the area. The hotspot for the hourglass pointer should be located at the center of the hourglass, although it should not be used for activation. The hourglass pointer can be used interchangeably with the watch pointer.The watch pointer, a working pointer, indicates that an action is in progress in the area, and that the pointer has no effect in the area. While the watch pointer is active, all mouse button and keyboard events are ignored in the area. The hotspot for the watch pointer should be located at the top of the watch, although it should not be used for activation. The watch pointer can be used interchangeably with the hourglass pointer.The 4-directional arrow pointer indicates a move operation is in progress, or a resize operation before the resize direction has been determined. During a move operation, the object, or an outline of the object should move to track the location of the pointer. During a resize operation, the pointer is used to indicate a direction for resizing. The 4-directional arrow pointer should change to the appropriate resize arrow when the resize direction is determined, either by crossing an object boundary with the pointer or by pressing a keyboard direction key. The hotspot for the 4-directional arrow pointer should be at the spot where the arrows intersect.The sighting pointer is used to make fine position selections. For example, in a drawing program it can be used to indicate a pixel to fill or the connecting points of lines. The hotspot for the sighting pointer should be at the spot where the lines intersect.The caution pointer is used to indicate that action is expected in another area before input can be given to the current area, and that the pointer has no effect in the area. While the caution pointer is active, all mouse button and keyboard events are ignored in the area. The hotspot for the caution pointer should be located at the center of the caution symbol, although it should not be used for activation.The question pointer is used to request an input position or component from the user. This is often used to input an object for interactive help. The user requests interactive help, then the question pointer is displayed to allow the user to indicate what position or component help is requested for. The hotspot for the question pointer should be at the bottom of the question mark.You can optionally use an arrow pointing to the upper-right corner to indicate a pending Menu action. This shape indicates that a Menu is popped up or pulled down and waiting for a Menu item to be activated or the Menu to be removed. The hotspot for this arrow pointer should be in the point of the arrow.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the Name of mouse pointer shape and functions?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is it called when you position your mouse pointer over the name of the item?

When you position your mouse pointer over the name of the item, it is called "hovering" over the name.


What is the name for the text that appears when you hover your mouse pointer over a button in PowerPoint?

ScreenTip


When the mouse pointer hovers over any chart object the name of the selected object appears on screen as a what?

ChartTip


What is Screen tip?

Displays the name of the element on which the mouse pointer is resting.


Who invented computer mouse and how did it gets its name?

Doug Englebart in 1963 and it got the name because of the shape with the cord looked like a mouse.


What is the birth name of Anita Pointer?

Anita Pointer's birth name is Anita Marie Pointer.


What is the birth name of June Pointer?

June Pointer's birth name is June Antoinette Pointer.


What is the birth name of Ruth Pointer?

Ruth Pointer's birth name is Ruth Esther Pointer.


What do they do instead of touching the Torah what is the Hebrew name?

You are thinking about a Yad. It is a pointer in the shape of a little arm, made of silver.See also the Related Link.More about the Torah-scroll


Where did computer mouse got there names?

Doug Englebart in 1963 and it got the name because of the shape with the cord looked like a mouse.


When filling out IRS form with adobe reader how do you enter Name Street address City and State on 3 separate lines rather than run-on in one line?

Use your mouse to move the pointer to the line where you want to type, then click there. You'll see the cursor start blinking there and you can start typing. For example, on Form 1040, with your mouse move the pointer to the field called "Your first name and initial." Click there and then type in your first name. When you are done typing your first name, move the mouse so that the pointer is over the field called "Last Name." Click there and type your last name. Then use your move to move the pointer down to the line where it says "Home address." Click there and type your home address. Repeat for the city, state, and zip code fields. There is also another way to do it without using your mouse. When you are done typing in one box, press the TAB key on your keyboard. This will automatically move the cursor down to the next box you have to fill in and you can start typing.


Can you overload object pointers?

Overloading refers to defining multiple functions of the same name with different numbers/types of parameters. So no, you cannot overload a pointer.