A mouse is a pointing device that functions by detecting two-dimensional motion relative to its supporting surface.
0
votes
0answers
18 views
IKImageView: how to create an app looks like Preview
I'm working on an apllication that as a view with an IKImageView object inside. I can zoom image in the center position of the image, but I cannot zoom with the mouse position as "anchor point" of the ...
0
votes
2answers
56 views
Detect mouse click with java while in a game
I am thinking to make a simple robot app which would record all movements and clicks done by the use and then repeat them.
I can do that with a glasspane but my question is, would a GlassPane work if ...
0
votes
1answer
33 views
Getting individual MousePoint related to cell of JTable
I have JTable and right now I get the Point of a clicked point in a cell like this:
table.addMouseListener(new MouseAdapter() {
public void mouseReleased(MouseEvent e) {
JTable target = ...
1
vote
1answer
46 views
Mouse.GetPostion(null) Equivalent in WinRT
What would be the equivalent for Mouse.GetPostion(null) which is in WPF.
I can get the position of pointer from the pointer event args. but how do i get the position without any event. like ...
0
votes
2answers
64 views
PyQT: Disabling left mouse click
is there a way to disable (and override) left mouse click in Qt? Even better, in PyQt.I wrote something like this inside my widget class:
def mousePressEvent(self,event):
if event.button() == ...
0
votes
1answer
114 views
How to draw lines with mouse in C#
Im currently trying to make a pragram in visual studio WPF form, that draws lines using mouse like in paint.
Currently it is drawing the same old line and continues drawing it but i want to draw ...
0
votes
2answers
46 views
WM_MOUSEWHEEL Stop scrolling?
How do I know if the user, stop scrolling the mouse wheel? Currently, under my WinProc function, c++
case WM_MOUSEWHEEL:
if((int)wParam > 0)
//scroll forward
else if((int)wParam < 0)
...
2
votes
1answer
29 views
Simulate mouse events
I'm trying to simulate a mouse move using the following code: mouse_event(MOUSEEVENTF_MOVE,150 ,150, 0, 0);
It works fine, but the X and Y coordinates start from my current cursor position. Is there ...
0
votes
0answers
22 views
Keeping a key pressed
In my application I would like to add an key event where a couple of keys are constantly pressed.
If I go off my application, they're still pressed. Its kind of hard to explain but I would like my ...
0
votes
0answers
14 views
Controlling game input on windows
I need to send input into video games in order to control them on windows. I have been using Detours and hooking wndproc (KEYBOARD / MOUSE), hooking directinput/Xinput and using ...
0
votes
1answer
52 views
Making image travel towards mouse cursor
In the game im making I want to use the mouse cursor to aim with. This is the code I have for know to make the bullet move towards the mouse cursor:
Locating the mouse position
private ...
1
vote
1answer
29 views
Mouse movement distance in cm
I am coding a little program which logs my mouse activity. But now i want to go a step further. Is there anyway to get the distance your mouse has traveled (on the desk) (and not the pointer on the ...
0
votes
0answers
36 views
Trigger element visibility and hover state when button is click-dragged
I'm trying to replicate a function from Photoshop, where you click on a tool button, but drag to the right while in click state, and a menu [to choose variations of the tool] is opened. While still in ...
0
votes
1answer
48 views
Why does this piece of code work in the opposite way?
I have this piece of code that is supposed to test mouse movement and change the camera if it does:
POINT myMouse;
GetCursorPos(&myMouse);
float Sensitivity = 10;
if(myMouse.x != middleX || ...
0
votes
0answers
22 views
onbeforemousemove to get mouse's old position?
I'm working on a drag and drop lib and i would like to add the mouse's position variation to the dragged element's actual position instead of just setting it's position to the current cursor position ...
0
votes
0answers
50 views
c# Virtual mouse movement and click. Without moving the in use real cursor
I would like to be able to simulate a movement and a click of the mouse, without using the real moouse. would use a virtual mouse, because even if my application's launch 10 processes must be able to ...
0
votes
0answers
76 views
JavaScript - dragend and drop events not firing
I want to make whole HTML blocks draggable, not just text or images, so i've come up with this : http://jsfiddle.net/8D7YK/
The drag end event won't fire when i release the mouse button. Neither will ...
0
votes
0answers
72 views
Use mouse click in awesomium (c#)
I'm using awesomium and I'm trying to utilize the command "InjectMouseDown." unfortunately nothing happens.
I am trying with the following code:
private void newbrowser()
{
dir = ...
1
vote
1answer
26 views
Painting a custom Mouse over your preset mouse
I'm making a game and when I add my sprites to my screen, naturally, they are behind my mouse. But I want to add a custom mouse image to my screen, over the mouse. I already have sprites for the ...
0
votes
2answers
27 views
On clicking the page divs get selected and turn blue
This is really a vague question and I apologize for that. I'm building an application which is showing/hiding some divs. There are multiple views in application.
In some views, which I start clicking ...
0
votes
3answers
122 views
In WPF, how do you tell if the left mouse button is currently down without using any events?
I have an app where I want to be able to move a slider. However, the slider is automatically updated by the program every 30 seconds. When I try to change the slider position with my mouse, the ...
3
votes
1answer
54 views
Finding missing mouse clicks
I am working with a C# WinForms application which I'm not very familiar with. The control is intended to be draggable, and indeed it is draggable if the user starts the drag in parts of the control, ...
0
votes
1answer
45 views
Change page with mouse drag event
I was wondering if it's possible to change a html page on a mouse drag event. I'm trying to allow a user to click and drag a white box to the left to change the page. The link to the project is here:
...
0
votes
1answer
52 views
how can I make my PC mouse cursor continue from where it left off, controlled through Android phone?
I am able to control my PC mouse with my Android phone. I would like the mouse cursor to continue its motion from where it left off. Just like a regular mouse. When I continue to move my finger across ...
0
votes
0answers
20 views
Box-shadow in a textbox
I have a problem here. So far i could inset the shadow insidethe textbox, but now i want that box-shadow to appear only when the mouse is not in the textbox but has clicked it before like for example ...
0
votes
0answers
45 views
Sliding point according to mouse movement in JavaScript
I have a problem about mouse movements relating to HTML and JavaScript.
I have 2 divs which hold a point and 3 buttons. I try to make the point slide when the mouse enter to the points' div and ...
2
votes
1answer
87 views
C++ CLI GUI Event Handeling
I am working on a c++ CLI application and am having some difficulty with events. I am wondering if I can get events to fire while the mouse button is clicked. For example, I am wanting to check ...
11
votes
4answers
563 views
WPF: mouse leave event doesn't trigger with mouse down
I'm having an issue with mouse enter / leave events. When mouse button is pressed and hold with cursor inside the control and then cursor is moved out of the control fast enough this events don't ...
0
votes
0answers
11 views
news changing on mouse over [closed]
I would like to know how can i make a div or a table slide on mouse over.
How can i change a notice on my website, just rolling the mouse over a title.
And make it looks like it is sliding.
Like this ...
0
votes
2answers
88 views
C# - Make Mouse Cursor Invisible
I tried to make the mouse cursor invisible using the following code:
Cursor.Hide();
The mouse cursor does disappear from the screen and it does not appear in video captured using Expression Encoder ...
-2
votes
1answer
163 views
Detect right click's “open in new tab” on link in jQuery?
I want my links to look like legit urls, but behave differently, like go to some tracking url I define, when a click event happens.
When i click link with left mouse button, i can catch it with ...
1
vote
1answer
39 views
StateBased Java Game - How to tell if the mouse button is released?
i'm creating a statebased game using slick 2d, and lwjgl. I currently am using if statements to check whether the mouse is inside the area of the button, and another if statement to check whether the ...
1
vote
1answer
45 views
Dynamically moving pause button rectangle correct but drawing incorrectly
I have a button class which is basic, it glows when mouse is over the button and works for my main menu. However with a pause function that I have the x values are going to be different all the time. ...
0
votes
0answers
43 views
Is there a way to get the mouse cursor icon in a C/C++ application on Mac OSX?
Let me detail what I'm trying to accomplish: I have a C/C++ (no Objective-C) application that captures the screen (using methods from Quartz Display Services such as CGImageRef and ...
-5
votes
1answer
158 views
how to programme an eye tracking based computer mouse in C++
I am doing a project where I have to develop an application in which the mouse cursor moves according to the co-ordinates provided to it.These co-ordinates are generated from the position of user's ...
1
vote
1answer
122 views
Slick2d | Shoot to the mouse direction
The problem:
I've got this "Shot" class. In the code, the target variables are the mouseX and mouseY.
So when i click the mouse button, my player class will create a new shot object.
But the shooting ...
0
votes
1answer
60 views
JTree selection on mouse release
I'm using a JTree to generate some tab for my application.
Every time I select a node on right panel I load a new page.
I'd like to generate the node selection event on mouse release.
0
votes
0answers
44 views
Spice HTML5 wrong mouse positioning
I use spice-html5 (http://www.spice-space.org/page/Html5) to connect to my virtual machines. Everything is fine until 'mousemode' property is client-typed, so spice use absolute positioning. But when ...
0
votes
1answer
24 views
Mouse Highlighting Interfering with HTML5 Game
So, having a lot of fun with HTML5 Canvas gaming. One issue, however, is if I am using DOM elements in addition to the canvas elements, clicking and dragging on the canvas will highlight and "select" ...
0
votes
0answers
57 views
JS/jQuery how to lock mouse pointer
Making a WebGL first person shooter, so I need pointer to be always inside the game's block.
Is there a way to set the mouse pointer position or lock it in any other way?
With pure JS or jQuery or ...
3
votes
1answer
141 views
How to read out scroll wheel info from /dev/input/mice?
For a home robotics project I need to read out the raw mouse movement information. I partially succeeded in this by using the python script from this SO-answer. It basically reads out /dev/input/mice ...
1
vote
0answers
24 views
fire matlab uitable cellselection callback on mouse up
I have a uitable with a checkbox column.
I want to toggle the checkbox status for each selected cell. Clearly, that does not work when the callback function executes when the user is still adding ...
0
votes
1answer
59 views
Getting Mouse Coordinates in Gloss(Haskell)
I am trying to implement drag-and-drop functionality into a haskell gloss (scheduling) program of mine, but to do that I need to be able to read the coordinates of the mouse. I have been researching ...
1
vote
1answer
73 views
JButton in a JTabbedPane
I'm writing an interactive program with JTabbedPane and JButton. So far, I've been able to make it so when the "Reserve a Flight" tab is clicked, this panel shows up:
I want an image that will ...
1
vote
1answer
33 views
Interactable Image
I already have a program that uses this picture, but how would I go about programming it so that a user could click on each individual blue square and receive a response?
I have already tried ...
1
vote
2answers
33 views
Is there an automatic 'mouse clicking' library that can interact with a GUI?
I am disguising my real project by giving a similar project due to paranoia of getting fired.
I have a task that is the following:
I open a program that is a GUI. This GUI has 3 fields for numbers ...
1
vote
2answers
56 views
Is there a way to show a popup like a “cloud” when you passed your mouse over a textfield in Java?
I'm looking for a way to display a baloon tip when i mouse-over a textfield in Java, for example to guide the user in the way to put some specific data: ID: 0-0000-000 or something like that...
Is ...
0
votes
1answer
28 views
Panda3D: How to configure mouse buttons for camera control?
By default, the mouse buttons are assigned to camera control as:
Left: Translate
Right: Zoom
Scroll/middle: Rotate
How do I change these mouse button bindings so that I want this?:
...
0
votes
1answer
44 views
WPF DataGrid Zoom to mouse position
I have a DataGrid that LayoutTransform is Binded to a Slider like that:
<DataGrid.LayoutTransform>
<ScaleTransform
ScaleX="{Binding ElementName=MySlider, ...
1
vote
1answer
70 views
Mouse position/control in Terminal, OSX
On Windows, you can get the mouse position from an application running in the Terminal (or command prompt, as it's called there) by using GetCursorPos(), and even simulate mouse clicks and movements ...



