Top "Cursor-position" questions

How to display coordinates and use ginput

I cannot seem to get my image to display the coordinates of my mouse cursor, and also use ginput to …

matlab user-interface mousemove matlab-figure cursor-position
hide cursor mac os yosemite

How do I hide my cursor "at will" in Mac OS 10.10 Yosemite? On Mavericks I used Cursorcerer. But I think …

macos cursor-position
Make Object Follow Mouse On MouseDown and "Stick" On MouseUp

I'm working with a project that is WPF and VB.net. I want to visually simulate "dragging" an object (though …

wpf vb.net cursor-position onmousedown onmouseup
JavaScript: get cursor position in contenteditable div

I am pretty new to JavaScript and hope someone here can help me with the following: Primarily looking for a …

javascript jquery contenteditable cursor-position getcaretpos
Getting RGB value from under mouse cursor

I am trying to build a program that detects the color that is under the mouse cursor and then displays …

java swing awt cursor-position mixing
How to get cursor position relative to window in Mac OS X?

I can use [NSEvent mouseLocation] to get the cursor's location, but this gives me the screen coordinates. How do I …

objective-c macos cocoa cursor-position
How to prevent the cursor from moving back one character on leaving Insert mode in Vim?

Is it possible to cancel the said behavior? A task for extra credit: Figure out a way to force Vim …

vim cursor-position
Catching "cursor place change" events inside textareas with jQuery (IE6-compatible)

How can I catch the event of "cursor place change" inside textarea with jQuery (also should working in IE6)? Example1: …

jquery jquery-events cursor-position
Summernote - On focus, insert cursor at the end of editor

When the Summernote text editor initializes with the focus property set to true, the editor gains focus but places the …

javascript cursor-position summernote