Questions tagged as 'eventos-do-mouse'

2
answers

CSS HTML rollover effect

I'm trying to make a rollover effect in CSS could anyone tell me if it's possible with HTML and CSS in the way the codes are? the effect would just add a black border around each menu item. Thank you for your attention! @charset "utf-8";...
asked by 23.05.2017 / 20:04
1
answer

How to identify whether or not the area of an object is within another area desired by the user, drawn by mouse

Hello! I recently started to venture into the OpenCV library in C ++. Today, I want to create a program that applies a classifier in a polygon ROI (5 points), obtained through 5 clicks with the mouse on the cam image. The classifier can only sta...
asked by 13.02.2017 / 00:44
1
answer

C # - MouseLeave Event Does Not Work on Different Label

I created two Label's with different names and created two methods for each Label responsible for making a Hover event similar to that in CSS / p> //Evento responsável por fechar a aplicação através do Label "X". private void closeApplicati...
asked by 24.06.2015 / 00:00
1
answer

How to detect the mouse in the terminal

I would like to know if there is any way to detect the mouse in C, such as when entering the terminal's quick edit mode.     
asked by 03.09.2016 / 01:34