A mouse is a pointing device that functions by detecting two-dimensional motion relative to its supporting surface.
3
votes
0answers
213 views
Extra mouse buttons with WIN32 API
Im currently using RawInput to get mouse input, but it seems to not detect more than 3 buttons. It says it has support for X1 and X2 as well, but none of my mice seem to trigger them. Ive looked ...
3
votes
0answers
766 views
How do I go about writing a windows driver for a bluetooth device?
I am looking for some advice/input on writing a device driver. I have never written one for windows before, let alone for bluetooth.
Can you recommend a book or website or something to get me ...
2
votes
0answers
90 views
Simulate Mouse dragging in Delphi
I have a Delphi Form and on it an TWebbroser with a google map. I want to simulate a Mouse Drag. Left klick, move mouse to another position, release mouse. It should drag the Map from left to right.
I ...
2
votes
0answers
86 views
How to define a mouse gesture in C#
I want to define a mouse gesture in C# with below properties:
Firing the event before other applications that have same gesture
Define different gesture based on different user mouse speed.
So ...
2
votes
0answers
589 views
Android usb mouse right click correct behaviour (ICS)
Is right click of a USB mouse plugged into android (ics) always designated as the 'back' button? I have one tablet where it isn't.
I want to remove the status bar, and still be able to use the tablet ...
2
votes
0answers
328 views
How to simulate a bluetooth mouse programmatically
we have seen bluetooth/wireless mouses/keyboards which can do the same as wired counterparts. i have an idea of writing an app to simulate the same functionality using a bluetooth device such as a ...
2
votes
0answers
205 views
Generating Mouse Scroll Event in Linux
I having small doubt in generating mouse event from C program. I am
writing a program to generate mouse events from a C program in linux. I
have implemented mouse click,drag. .. etc using xlib. But ...
2
votes
0answers
1k views
Moving mouse cursor when station is locked (java)
I have the need at my workstation to disable a long idle.
I've been using a piece of code that moves the mouse on the screen once a while, which worked pretty well.
Lately, our security department ...
2
votes
0answers
549 views
How to determine initial mouse position in javascript?
how can i determine the initial mouse position? right now i use onmousemove, but that sometimes only fires when the mouse is actually moved. same with onmouseover.
if i dont move the mouse, i ...
1
vote
0answers
23 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 ...
1
vote
0answers
53 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, ...
1
vote
0answers
26 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 ...
1
vote
0answers
32 views
Does anyone know of a mouse gtf that includes cds, tss, and promoters?
I am looking for a mouse gtf to run with cufflinks that includes data on promoters, cds, and tss. So far, I have only been able to locate a gtf with data on genes and isoforms.
Thanks.
1
vote
0answers
128 views
Blender Mouse Over not returning correct HitObject
So I have a Python controller which has two sensors hooked up to it, a Mouse Left Button sensor and a Mouse Over sensor, both have TRUE level triggering enabled with a frequency of 0. The Python ...
1
vote
0answers
61 views
Img change while mouse move inside div containing it
I have prerender image sequance 3d scene, so i want to create something like in Flash, i want my picture changes then mouse move, if i moving left, image number goes up, if i moving right image number ...
1
vote
0answers
231 views
Rotate object in Java 3d
I try to make a rotation to a cube according to the movement of the mouse in Java3D. No matter the rotation of the cube, I want that when I drag my cursor up, the cube rotates in the same direction. ...
1
vote
0answers
53 views
Mouse Input in Linux Angstrom
I am running a loop that needs to break if I press left button on a mouse. I have a touchscreen LCD that will display the c++ code I am running, and I want to be able to break the loop if I touch the ...
1
vote
0answers
209 views
Drawing with mouse in java
Hey guys i need help i am trying to make a program where i can draw in a window with the mouse. sofar i have it to where when i click a dot appears but i need to add a drag method so that when i drag ...
1
vote
0answers
124 views
Having trouble with Sprite look at mouse in XNA for game
I understand that this question has been answered before and I've done my research trust me.
I'll say this now, this is a project for school but what I want to do this for my own learning considering ...
1
vote
0answers
121 views
Java applets: Capturing the mouse's coordinates every time they change
Apparently, my Java teacher at school doesn't know that the mouseMooved and mouseDragged events activate every few milliseconds. I had to find that myself while exercising events.
I am trying to make ...
1
vote
0answers
71 views
How can I set the mouse sensivity / speed in embedded qt?
I am running a embedded application which uses QT. Sometimes the mouse speed is either too slow / too fast.
How can I adjust it?
1
vote
0answers
216 views
reading raw mouse data on android
In my Android app, I read the values from a 3DConnexion SpaceNavigator via USB-OTG to control an AR.Drone.
Now I want to do the same with a mouse. However, Android is grabbing the mouse and ...
1
vote
0answers
134 views
How I can allow user draw curve and control its shape using C++
I want my program to allow user to draw lines and curves based on the mouse events
I did do the drawing line option but I can't figure how I took the control points and the start/end points of the ...
1
vote
0answers
238 views
Hide or change mouse pointer in Linux/X11 when pointer is actively grabbed by others
I failed to hide or change mouse pointer when mouse pointer is actively grabbed by some other client.
I have tried XChangeActivePointerGrab and XDefineCursor.
Main question is: During XDnD (Drag and ...
1
vote
0answers
82 views
KineticJS - release outside event
is there a way to detect if the release of the mouse is on the object itself? Something like an onReleaseOutside event in flash?
1
vote
0answers
176 views
VB.NET - Unregister Mouse Click Globally
I use an application called FixMouseLMB, a description can be found here:
http://www.iobit.com/process/f/20/fixmouselmb-exe-55162.html
I am trying to recreate this app because the guys has done a ...
1
vote
0answers
67 views
In java press key without frame (or frame in background)
I created a program that controls the mouse using the keyboard. I implement KeyListener to a class I called Keyboard, and then I create a JFrame called frame that adds this keyboard class. Here's part ...
1
vote
0answers
154 views
How to click links and fire mousedown/mouseup events by javascript
I'm working on a bookmarklet to open links from a page but it also needs to fire mousedown/mouseup events ... I made the bookmarklet to click and open links but can't make it to fire mouse events :( ...
1
vote
0answers
208 views
global mouse hook suddenly not getting called
I have a global mouse hook in my app but after sometime (on some computers) the mouse hook procedure (MouseHookProc) suddenly stops getting called, I'm not sure why, I've searched for the reason and ...
1
vote
0answers
76 views
adding edge using mouse
Basically Im trying to make a simple family tree chart builder using JUNG. However, Im stuck at constructing the code for adding the edge using mouse, which represent the relationship.
My idea:
...
1
vote
0answers
52 views
Mouse events on overlay image interfering
I've added a few overlay images which I'm using as buttons/control for showing / hiding some custom layers and this works fine, however they still trigger the usual drag/move events on the map. This ...
1
vote
0answers
123 views
Macro for clicking (Mac compatible)
I would like to create a macro so whenever I hold a key, it will click the current position of mouse for x amount of time and releases for y amount of time.
The only ones I have found only click and ...
1
vote
0answers
116 views
using an existing project with another project in C#
How to make an application that can capture all click when you press the Enter key, but in my WinForm as well?
This is basically a follow up question to that thread. I'm trying to make a ...
1
vote
0answers
228 views
Stop receiving touch events when the mouse is moved
I am attempting to hook an application and drive the mouse via WM_TOUCH events. In order to do this I have hooked WH_GETMESSAGE and am able to successfully receive WM_TOUCH events. After receiving the ...
1
vote
0answers
69 views
cocoa: How to know if another application grabbed the mouse
I ve been searching for this, but I cant find the answer anywhere. :-(
How can I check if another application grabbed the mouse input for exclusive access?
Is there some kind of notification or event ...
1
vote
0answers
257 views
Enabling Smart Touch remote as mouse/touch pad input
In the web browser that comes with the Samsung ES8000, mouse/touch pad support is possible through the Smart Touch remote.
I'm developing a Flash-based app and need to support mouse input. The TV ...
1
vote
0answers
186 views
Mouse events disappearing / being ignored for non-Qt window on windows
still relatively new to Qt (and to stackoverflow as well) but succeeded over the last weeks to replace our old obsolete-when-new GUI code with Qt and improve several things along the way as well. Now ...
1
vote
0answers
490 views
Mouse not working in WINE applications under Ubuntu 11.10
I've searched every place I could think of, but nobody seems to have had this issue or didn't bother asking about it.
I just installed Ubuntu 11.10 freshly with the gnome fallback shell. Everything ...
1
vote
0answers
133 views
Drive-by clicking causes event not to fire
In a standard, unstyled button in Silverlight. It lives in a ChildWindow.
While the cursor is still moving, I click the button but the event does not fire.
I am sure the first click is happening ...
1
vote
0answers
105 views
creating homemade scrollbars in web pages
For years I have had a problem using javascript and jquery to control things like homemade scrollbars. I use mousedown to set a "dragging" variable to true, save the initial mouse position, and then ...
1
vote
0answers
225 views
Mouse events in WPF
I have a small class, which is using the user32.dll Windows API to call the SetMouseInput and call mouse events.
From my main Xaml form, if I pass the value of leftClick = true to the SendMouseInput ...
1
vote
0answers
70 views
What is the most succinct way of rewriting this function so it produces scroll bar position?
I would like to start using the jParallax jQuery plugin to accomplish a bi-directional parallax effect on my current project, however it seems the plugin was built to use the mouse movements as its ...
1
vote
0answers
944 views
gluUnProject ray picking(opengl/c++/glut)
I am trying to see if I can click on a 3D drawn object, using the mouse, in a 3D world. I understood that I have to use gluUnProject so I tried it out in the following way:
Firstly I have a function ...
1
vote
0answers
128 views
Cocoa Accessibility API consuming mouse clicks
I have encountered a weird problem with one of my OS X apps. The app uses AXAPI to create event taps and to monitor keyboard and mouse events. Some users with OS 10.6-10.7 report that when the app is ...
1
vote
0answers
243 views
selectively ignoring mouse events in Qt
I am writing an application that gets input from 3 mice. 2 of the mice are used for gestures and their input is handled separately, the 3rd should function as normal.
I have successfully installed an ...
1
vote
0answers
166 views
Accelerometer integration for a table mouse
I want to use an accelerometer to measure displacement on a table, so to build a table mouse based on it.
I have been trying a few devices and the most suitable seems to be Kionix KXTF9 (12bit) and ...
1
vote
0answers
77 views
iphone as a mouse
What tools you suggest to use to create iphone mouse app.
I wan't to create client (iphone) and server(mac) apps.
Problem is with server. I don't know what should I use to take control over the ...
1
vote
0answers
198 views
Trying to send mouse down and up events to a drawing canvas application/window in C++
I'm trying to write a simple program that will move the mouse cursor to an X,Y position on screen, send a mouse down event, move the cursor again, and release mouse to draw a line
I've tried using ...
1
vote
0answers
310 views
How can I speed up the mouse pointer movement with the Robot class?
I know that I can move the mouse pointer with the java.awt.Robot() class to a specific screen location, but I need the movement to go a bit faster without losing the smoothness.
I tried setting the ...
1
vote
0answers
92 views
simulate ondevicearrival event and move mouse multiple times for multipoint and mouse mischief app with multiple mice
I wish to simulate ondevicearrival event multiple times for my multipoint app and mouse mischief (i think it had this event). Im trying to figure out how to trigger the ondevicearrival event multiple ...