Vertaling van "MouseUp" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Este sencillo ejemplo mostrará las interacciones usuales con botones: rollover, rollon, mouseup, mousedown, noaction.
This simple example will show your usual interactions with buttons: rollover, rollon, mouseup, mousedown, noaction.
En otros navegadores, lo correcto es utilizar los mismos gestos para la entrada de mouse, necesitarías implementar mousedown, mousemove y mouseup.
The equivalents in other browsers are touchstart, touchmove, touchend and touchcancel for touch events and if you wanted to implement the same gesture for mouse input you'd need to implement mousedown, mousemove, and mouseup.
MouseUp - se produce cuando el puntero del ratón está sobre el control y se suelta el botón del ratón
MouseUp - it occurs when the mouse pointer is over the control and the mouse button is released
MouseUp: Este evento es disparado cuando el botón del ratón es soltado dentro de una entidad.
MouseUp: This event is triggered when the mouse button is released inside an entity.
Se ha resuelto el problema de que los eventos MouseUp y MouseDown no funcionaban correctamente al usar una barra de desplazamiento en un marco flotante (IFrame).
Addressed issue with MouseUp and MouseDown events not working correctly when using a scroll bar in an Inline Frame (IFrame).
Corregido un problema con los eventos MouseUp y MouseDown que no funcionaban correctamente cuando se utilizaba un scrollbar en un frame en línea (IFrame).
Addressed issue with MouseUp and MouseDown events not working correctly when using a scroll bar in an Inline Frame (IFrame).
En la mayoría de los controles se encuentran eventos como KeyDown, KeyUp, MouseDown, MouseEnter, MouseLeave, MouseUp y varios otros.
On most controls you will find events like KeyDown, KeyUp, MouseDown, MouseEnter, MouseLeave, MouseUp and several others.
El programa utiliza para ello el suceso de MouseUP de este objeto.
The program uses the MouseUP event of this object.
Acabo de eliminar en about:config el mouseup de la cadena, y ya no se cuelga el kmeleon al darle a la "x" roja para quitar la publicidad...
I just deleted in about: config the mouseup from the string, and it does not hang kmeleon by giving the red "x" to remove advertising...
He creado tres capas: la primera, MovieClip o Sprite, trabaja como gerente y eventos de fondo (MouseDown, MouseUp y MouseMove).
I created three layers: the first, MovieClip or Sprite, works as a manager and background events (MouseDown, MouseMove and MouseUp).