A mouse is a pointing device that functions by detecting two-dimensional motion relative to its supporting surface.

learn more… | top users | synonyms

8
votes
1answer
58 views

Detect whether the mouse is touching the ground or if it is in the air

My sister and me are writing a program to help people, that suffer from tremor (trembling in hands). The program recognizes if the mouse cursor is getting slower and then makes the cursor easier ...
0
votes
0answers
7 views

Logitech T400 mouse, remap the keys on linux

I want to remap the keys of the Logitech T400 mouse on linux ( mint or ubuntu ). http://www.logitech.com/en-us/product/zone-touch-mouse-t400 More specifically, I want to swap the middle click, so ...
-1
votes
1answer
20 views

WM_LBUTTONDOWN + WM_LBUTTONUP combination making drag view

I am using below code in my application's view on particular event to simulate a left mouse click. SendMessage(WM_LBUTTONDOWN); SendMessage(WM_LBUTTONUP); Once this code executed a mouse drag view ...
1
vote
0answers
20 views

Disable startscreen *being triggered* by touchpad/mouse [closed]

I happily run stock Windows 8 on my own devices, i am not another "i dont get/like the startscreen" whiner. Given is a laptop running windows 8.0 is hooked up to a 2nd display (LED wall, or a beamer) ...
0
votes
1answer
13 views

How to move mouse to coordinates based on JFrame?

Im attempting to move the mouse to the middle of my JFrame when ever I want. I originally thought I could use Robot to move the mouse to the desired location but using robot.mouseMove(300, 400); ...
0
votes
1answer
16 views

Java with multiple JPopup

I am trying to build some very basic interactive GUI for a chess-game. The idea is to help players by allowing them to get "help" by allowing them to click on each chess-piece and see suggestions ...
-1
votes
1answer
37 views

How to scroll an object with a mouse in c++ opengl:

I am trying to make a 2d game in opengl c++. I want to sroll a triangle using mouse movement. so I draw the triangle first. so far, I succeeded in making the triangle scroll when i move the mouse. I ...
0
votes
0answers
8 views

Hardware mouse calibration

I'm working on this project where I create a gyroscope enhanced mouse. My gyroscope gives the output results as 2000 dagree/sec. I'm moving the OS mouse with a driver that I'm writing at the moment ...
0
votes
1answer
12 views

Is there a way to control safari mouse swipe gestures?

In the latest version of OSX and safari you can use mouse swipe gestures to go forwards and backwards through your browser history. my problem: I have a page with a horizontally scrolling image ...
-7
votes
0answers
46 views

Total remote control of mouse

Let's say I have one computer I want to control with mouse, and another comp that I whant to use instead of mouse. So I c making USB to USB connection between two computers. Can I somehow to make a ...
1
vote
0answers
19 views

How to cope with Mouse-Wheel-Delta cross platform?

There is a question, asking why Wheel-Delta is supposed to be 120 on Windows platforms. However, I encounter the same threshold on Linux and Mac. As the value nowadays might change, how do I get the ...
0
votes
2answers
29 views

Determine if the mouse made a complete circle around a point

I have a game I am working on. I am trying to detect if the mouse has made a complete 360 degree rotation around a certain point. I am completely struggling with the logic though. The full rotation ...
0
votes
1answer
14 views

XNA mouse position is largely offset from ACTUAL position

I have here some simple code for getting the mouse position and drawing it: class Pointer { MouseState currPointerState; Vector2 currPointerPos; public Pointer() { } ...
0
votes
1answer
12 views

Getting the Logical UIElement under the mouse in WPF

It seems that all of the way of retrieving an element under the Mouse relates to Visual Hit testing. Is there some mechanism that I'm missing which would allow me to grab the actual UIElement that ...
0
votes
1answer
13 views

Making a symbol appear in Flash using AS 3

I would like to create a button in Flash CS6 that makes another symbol appear when clicked. Nothing fancy, just this. How would I do that? This is the code I've got so far: stop(); ...
-1
votes
1answer
31 views

Autoclick where is mouse position with javascript

I have search this kind of post and i didnt find anything. So my question is : Is it possible after a time make an auto click on current position mouse? Example: If mouse is over link ...
0
votes
0answers
26 views

Changing cursor outside application

I was wondering, is it possible to change mouse cursor image outside my Java application window? I already found out how to make custom cursor images, and how to change it on components, but in my ...
-6
votes
0answers
36 views

How do I paint with the mouse in Visual C++ [closed]

i'm going to keep this short. I'm wondering how I can paint with the mouse by holding down the left mouse button (like in MS Paint) and what the code is. Thanks and have a good day!
0
votes
2answers
28 views

Check if a MouseListener is added

In a game that I'm making I have different power ups, some that last for a certain amount of time and some that last until you've used it up. I have a MouseListener that handels the shooting and I ...
0
votes
1answer
72 views

Using Linux virtual mouse driver

I am trying to implement a virtual mouse driver according to the Essential Linux device Drivers book. There is a user space application, which generates coordinates as well as a kernel module. See: ...
0
votes
0answers
8 views

Mouse pointer in windows vista invisible when i try to hover over any area that can accept user input

My Mouse pointer in windows vista invisible when i try to hover over any area that can accept user input and when i move my mouse pointer out of input area then i can able to visble pointer. Could ...
0
votes
1answer
78 views

Eclipse dialogs open twice when clicked with mouse

Within the past 2 weeks, Eclipse has started behaving oddly. Not sure what changed, although I did install JDK and JRE 7u21. Any dialog (Search, Eclipse About, Switch workspace, etc.) I open by ...
2
votes
2answers
106 views

A form that does not handle mouse and keyboard event [duplicate]

I want to make a form in Delphi that does not handle mouse and keyboard events and pass them to the window below itself. How can I do this?
1
vote
0answers
52 views

How detect right mouse button press?

I want to detect right mouse button press in c++. I am programing in Linux OS. I try to use XGrabPointer(display, root_win, False,ButtonPressMask, GrabModeSync, GrabModeSync, root_win, None, ...
-3
votes
0answers
13 views

“addMouseListener(MouseListener l) ” method of java app compare to what??? in android [closed]

I made java project. And now want to port to Android application. But I not sure about this problem. what should i convert addMouseListener to ? this my Java code: ...
-1
votes
0answers
24 views

Tmux copy mode mouse selection behavior is strange [closed]

In TMUX (all versions I have tested: 1.5, 1.6, 1.7, 1.8), when the mouse is used to select a buffer from a pane in Copy Mode, I notice that it causes the terminal's cursor position to flicker across ...
0
votes
0answers
50 views

Getting mouse position in assembly TASM

I'm taking a course in assembly language and I'm required to make a calculator with (GUI?) and of course use the mouse to choose the numbers and so on ... I'm almost done but I'm stuck, how can I get ...
-1
votes
0answers
14 views

scrolling parent page whit mousewheel when iframe is pointed

I've following problem: I've a parent page, in which all the aothr pages are opened in an iFrame when clicking on a menu-item. The problem is that when the mouse is pointed on the iFrame section, that ...
0
votes
1answer
35 views

Synaptics Touchpad Signature

I want to use the Synaptics SDK to use the Touchpad to capture a signature. I am trying to capture the absolute X and Y positions of the touch so that I can track people lifting their finger and ...
0
votes
0answers
17 views

FlipView Touch Mouse difference

I have a Problem with the FlipView Control if i use it with Touch, with Mouse it works well. I bind the ItemSource to a Collection of User Controls, who are loaded dynamically with XAML Reader from a ...
0
votes
1answer
62 views

What can the mouse do more efficiently than the keyboard in vim? [closed]

If add set mouse=a in vimrc then the user can use the mouse, but I wonder what can it do while how great keyboard shortcuts is. Is there anything the mouse can do but the keyboard not?
3
votes
1answer
26 views

Changing MouseAdapter while mouse is being pressed

In a game that I am making I have two different mousePressed() methods, one for single fireing and one for auto fireing, If you get a automatic weapon it will change the mousePressed() methid from the ...
2
votes
1answer
34 views

Draw Line in the Direction of the Mouse Cursor

I have a line that I want to be drawn from the player x and y towards the mouse x and y but I want it to just go in the direction of the mouse cursor (I don't want it to be drawn from the player to ...
1
vote
1answer
26 views

Get relative mouse coordinates of a plot

i have a plot: t = 1:0.001:10; plot(t,t); now i wish to know which point i have clicked on the new plot. Is this possible? I know there is the get(0,'PointerLocation'); method, but this gives me ...
0
votes
1answer
39 views

QT: mousemove not functioning

In my QT application, I need to track mouse movement. For that, I created an eventfilter and I installed it correctly as this: bool iArmMainWindow::eventFilter(QObject *obj, QEvent *event) { if ...
0
votes
0answers
24 views

mouse doesn't work in remote gui applications using x11 forwarding

I am using dual screen mode. I can use the mouse in the remote GUI applications like emacs, but it only works if mouse is located within screen 1(where windows 'start' button is located). When I move ...
0
votes
1answer
44 views

C++ how to drag bitmap around screen

Hi so I'm trying to make it so a little UFO bitmap (drawing/painting already taken care of) can be dragged around the screen. I can't seem to make the UFO position update and then redraw repeatedly ...
0
votes
1answer
27 views

How to activate mouse keys on Mac, fast?

Im searching for a way to activate the mouse keys fast, like holding Ctrl+alt and than use the mouse keys. Pressing alt 10 times just to use it for 20 seconds seems a bit much. Thanks.
2
votes
1answer
35 views

Detect mouse side button events in Python

I am searching for a way to get the events when clicking the 'Back' and 'Forward' buttons on the side of a normal mouse. This function can be found in Firefox (for going back/forward) and Sublime ...
0
votes
2answers
39 views

Java Swing Scrolling By Dragging the Mouse

I am trying to create a hand scroller that will scroll as you drag your mouse across a JPanel. So far I cannot get the view to change. Here is my code: import java.awt.*; import java.awt.event.*; ...
0
votes
2answers
33 views

jquery.transit hover not working

I am trying to create a basic hover effect using jquery.transit. When the cursor hovers over one of my icons, I want that icon to scale up 100%, and then reduce 100% when the cursor moves away. ...
0
votes
0answers
23 views

Where to add code?

I am just starting out with windows forms and I am making a button with a mouseover image change (I know I should probably wait with this untill later) and I found this webpage that describes it. How ...
0
votes
1answer
23 views

Selecting a drawn line with the mouse VB.net

If I have a form with a line drawn on it how can I select that line by clicking on it with a mouse button, so that I can then do things with it like delete or modyfy?
0
votes
1answer
23 views

How can I make my mouse not leave the rectangle I want?

So I tried with cursor.Clip = New Rectangle (desired coordinates) But for some reason, it doesn't seem to work. I don't know what I'm doing wrong. It works on 2 sides (right and bottom), but it ...
0
votes
2answers
68 views

C# Mouse cursor disappears

[Mouse cursor over window]: When I type in textboxes, on a .NET C# 4.0 window, the mouse cursor disappears and this is strange by itself. [Mouse cursor outside window]: When I type in textboxes and ...
0
votes
2answers
32 views

pygame mouse.get_pos() not working

I can't get a very simple pygame script to work: import pygame class MainWindow(object): def __init__(self): pygame.init() pygame.display.set_caption('Game') ...
0
votes
0answers
21 views

OS mouse cursors

I'm surprised that the options that come with MouseCursor class doesn't comprehend the resize and the move cursors, so, I was thinking, is there any way to retrieve the OS version of those?, or do I ...
0
votes
1answer
40 views

Qt mouseMoveEvent only when left mouse button is pressed

I currently have a program that draws lines and rectangles. void mousePressEvent(QMouseEvent *event); void mouseReleaseEvent(QMouseEvent *event); void mouseMoveEvent(QMouseEvent *event); I use ...
-1
votes
0answers
58 views

(C#) Click inside a programs window without moving the mouse, even if it's minimized

Okay, so I want to start working on a bot, just simple mouse movements, but I want to be able to use my computer in the mean time. I was mucking around with MouseMove or whatever and got one working, ...
0
votes
0answers
63 views

Quicktime X - How to hide mouse during screen capture?

I am attempting to record an app demo on the simulator, and want to use the Quicktime screen capture feature. However, I would like to hide the mouse during the capture. Is this possible? Doesn't ...

1 2 3 4 5 38