Questions tagged [mouseover]

A mouseover is an event that occurs on an element when the user moves the cursor over that element

A mouseover refers to a GUI event that is raised when the user moves the cursor over a particular area of the GUI. It can also be referred to as "hovering" over the element. It is usually followed by the similar but opposite mouseout event, in which the user removes the cursor from over the element.

2468 questions
11
votes
6 answers

jQuery: is mouse still over the element?

I would like to be able to detect if the mouse is still over the element in the following scenario: If mouseover then sleep for a few seconds. Once done sleeping check of the mouse is still over the same element. If true then do something. How can…
thedp
  • 8,350
  • 16
  • 53
  • 95
11
votes
3 answers

How to retrieve zoom factor of a WinForms PictureBox?

I need the precise position of my mouse pointer over a PictureBox. I use the MouseMove event of the PictureBox. On this PictureBox, I use the "zoom" property to show an image. What is the correct way for getting the position of the mouse on the…
devilkkw
  • 418
  • 2
  • 6
  • 17
10
votes
4 answers

PyQt4 MouseMove event without MousePress

I need to catch when a User moves the mouse over the GUI, but not when they're holding down the mouse button (which would do something different). I can't find any conveniant method to do this, except to periodically find the mouse position and…
Anti Earth
  • 4,671
  • 13
  • 52
  • 83
10
votes
2 answers

WPF Mouseover Trigger Effect for Child Controls

Lets say I have this bit of code:
Ristogod
  • 905
  • 4
  • 14
  • 29
10
votes
1 answer

Why @mouseover action in vue cannot work

The mouseover action cannot work; it cannot console.log the message when I mouseover code