Questions tagged as 'eventos-do-mouse'

1
answer

How can I Embed texts and return from the last one to the first slideshow image? [closed]

I have 9 images and are to be shown in a slide , with button mousein , mouseout , Loading , Z-index . So far so good, CSS is right. In slideshows I have not been able to put my texts to follow the photos I show. I d...
asked by 15.11.2014 / 14:22
3
answers

Onmouseover and onmouseout events taking too long to swap images

I have a problem using the onmouseover and onmouseout events that when passing the mouse it does the swapping of the images but it is very slow it takes a lot, there is another way to do this by following the example below. p> <...
asked by 20.10.2014 / 17:59
1
answer

Run Event TextBox c # WPF

I have a Textbox and need to press the right button and click paste, it checks, tried several methods like TxtTexto.PreviewMouseLeftButtonDown+= new MouseButtonEventHandler(OnMouseClick); TxtTexto.MouseUp += new MouseButtonEventHandler(OnMouse...
asked by 05.10.2018 / 22:24
1
answer

How to compare if the div with event click has a class similar to another selected div?

I have a set of div's with jQuery event click. I'm not sure how to compare the div's clicked if they have the same icon class. I have a div already selected, if the user clicks another div in the same container I want to apply another event if i...
asked by 06.08.2018 / 21:06
3
answers

Lock event click on element

I have a JS function that displays banners on my page if it is the first access of the day. In that popup there is an input for the person to enter with the email of it, but when clicking on the input, all the pop disappears (in fact this is the...
asked by 06.02.2017 / 14:32
2
answers

Mouse events (when passing in an element x) Jquery

Well, I'm having problems with mouseenter (). it just triggers the event if I click, I need to pass the event inside an element (div). How do I do: $('#<?php echo $x?>').mouseenter(function(){...
asked by 29.10.2016 / 04:09
1
answer

responsive slider range on the phone, resolving with mousedown and jquery mouseup

I have a slider jquery-ui, it does not have good behavior in mobile, so I added a plus and minus buttons: <div class="price"> <div class="small-3 large-3 column" style="margin-top: -10px"> <a class="money-mobile plus...
asked by 08.12.2015 / 15:07
0
answers

Adapt code to return mouse position

I have the following code that shows me the values of the X and Y coordinates when I click twice with the left mouse button. #include <opencv2/opencv.hpp> #include <iostream> using namespace std; using namespace cv; void mouse_ca...
asked by 04.09.2018 / 20:38
0
answers

Make the mouse act with a joystick

My code must make the mouse act with a joystick to direct a ball on the screen. It should work as follows: if the mouse is in the crosshairs, the ball does not move. If the mouse is to the right or to the left, the ball moves to the right or to...
asked by 23.01.2018 / 20:54
1
answer

Capture mouse click Mars

There is some syscall or other mechanism that can capture the mouse click through the Mars mips simulator.     
asked by 04.08.2017 / 15:17