1 out of 1 rated this helpful - Rate this topic

MSPointerHover | onmspointerhover event

Event that is triggered when a contact (normally a pen) moves over an element without touching the surface.

Internet Explorer 10

Syntax

HTML Attribute <element onmspointerhover = "handler(event)">
Event Property object.onmspointerhover = handler;
addEventListener Method object.addEventListener("MSPointerHover", handler, useCapture)

Event handler parameters

handler [in]

Type: Function

Function name to be executed when the event is triggered.

Remarks

Note  For more information about controlling touch behavior and using multi-touch, see Guidelines for Building Touch-friendly Sites.

See also

HTMLElement
msTouchAction
MSPointerEvent
onmsgesturehold
onmouseover

 

 

Send comments about this topic to Microsoft

Build date: 1/23/2013

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.