Questions tagged [mousemove]

For issues relating to setting up, subscribing to, or handling mousemove events.

Mousemove is an event that fires when the user moves the mouse owithin the element you registered the event on.

961 questions
-1
votes
1 answer

How to move a graph in a stack plot with the mouse in python

Problem I want to move a single graph in a stack plot with the mouse and update the plot instantly. The values shouldn't only change in the plot (graphical), the list with the values should also be updated, so that I can print them in a…
clfaster
  • 1,450
  • 19
  • 26
-1
votes
2 answers

How to get Cursor Coordinates and WPF element Coordinates with respect to screen?

How can I get the coordinates of my cursor and the middle of a circle? I've tried almost everything. The Circle XAML code:
Raz Luvaton
  • 3,166
  • 4
  • 21
  • 36
-1
votes
1 answer

settiing a txt file as an output and and input

what I'm trying to do with this code is to create a bot that automatically downloads a file when it read a discord message (that part is not done yet) but I want to save the download button position variable (mouse down position) into a text file…
M1S0
  • 29
  • 7
-1
votes
1 answer

Extracting Latitude/Longitude when moving over Google Map KML layer

Is it possible to show the change for Latitude / Longitude in Google Map as the user moves the mouse cursor over a KML polygon ? The following script works fine for Google Map. Yet it does not change when the user moves the mouse cursor over a…
-1
votes
3 answers

Add event mouseDown and mouseMove to my own class

I have a problem. I need to add a MouseDown event to my own class (Unidad.cs) but I don't know how to do it. I have a class that extends from pictureBox and I need a MouseDown and MouseMove event to move the pictureBox, how can I do it? And... It…
Imrik
  • 674
  • 2
  • 14
  • 32
-1
votes
1 answer

Continuous ontouchmove?

How do I make this work on my Android mobile continuously, similarly to the way it works on my PC? Currently it doesn't: