A mouse is a pointing device that functions by detecting two-dimensional motion relative to its supporting surface.
1
vote
2answers
130 views
Where to place Mouse Enter and Mouse Leave in Javascript
I have the following script and am trying to add mouse enter and leave events on a slideshow such that when the mouse is over the image it won't switch to the next one, and once removed it continues.
...
0
votes
0answers
85 views
A way to convert rs232 data into mouse event data
I have a project that gets an input from external device via RS232 UART combined with RS232 to USB cable. What I need to do is, faking it for the OS to show it as a mouse input. I don't know if I ...
0
votes
0answers
26 views
how to make my mouse control program active on all windows [duplicate]
I'm creating a program - using C#- that make use of usb connected device to control the mouse,
so for now I'm making a small windows form program that make use of keyboard for same purpose, but I got ...
2
votes
1answer
109 views
Caret location/position Inside any Application
I'm doing a universal text auto completer application in C#. So I need to get the caret position in the currently active window (it may be Notepad, Ms Word etc). What should I do to get the X,Y ...
0
votes
0answers
153 views
How to smoothly move mouse along a line in VB.NET
I have been trying to move the mouse pointer along a line over a given timespan with mixed results. If the timespan is small enough, then each "delta" is big enough to move without too much ...
0
votes
1answer
24 views
mouse coordinates variable's scope
I am asking for an advice on how should I declare mouse coordinates that resides inside a namespace and use it frequently by all classes belonging to that namespace.
I use to declared its variables ...
0
votes
0answers
48 views
Autohotkey Clipcursor causing a performance issue in a game editor
I'm developing a virtual reality setup that requires use of a 3d game design software called Platinum Arts Sandbox. Essentially, the goal is for the player to be able to move with mouselook turned off ...
3
votes
2answers
151 views
capturing move events with IE10 and windows 8
I'm trying to capture signatures using a html5 client on windows 8 touchscreen tablet.
I've tried using http://github.com/thomasjbradley/signature-pad , but rather than the smooth curves it captures ...
0
votes
0answers
70 views
Xtrap detecting simulated input
I am trying to play Fiesta-online on a second computer right next to me.
I cannot open a second application on one computer because of a program named XTRAP.
I have tried opening a second instance of ...
0
votes
0answers
106 views
Creating different mouse trails
I have trouble finding an answer to this specific problem. I am really new to jquery and I am making a website that as a gimmick generates different mouse pointers when you click on a menu where you ...
0
votes
3answers
63 views
LogicalTree Control directly under mouse no VisualTree
This is a WPF application.
I'm trying to get the control directly under the mouse and it's proving to be a surprising pain.
Mouse.DirectlyOver, InputHitTest and VisualTreeHelper.HitTest all ...
12
votes
1answer
164 views
Why Are all Middle Clicks in Java Reported as Having the Alt Modifier?
Why do the MouseEvents in Java share modifiers between keys and mouse buttons?
Consider, the simple code below:
public static void main(String[] args) {
JFrame frame = new JFrame();
...
0
votes
0answers
82 views
NodeJS native mouse and keyboard bindings
I've been looking for a native nodejs module that supports mouse and keyboard listening and execution
i found this.. https://npmjs.org/package/mouse
but the source code looks like it only supports ...
0
votes
0answers
163 views
mouse single click vba to vbs code convert
I wirte this following macro in excels to click left mouse after every 30 mins for 8 hours. I have to implement it in vbs.could anybody help me to convert this code snipet to vbs code. I need it ...
0
votes
3answers
176 views
Distinguish single click from double click C++
I have an application in which double clicking over an image view area changes the layout of the image view. Also on single click a dot will be placed on the image.
My problem is, both functionality ...
0
votes
0answers
96 views
hand gestures as a mouse in javaCV
I am designing a dice program which allows the user to swipe the button "<" and ">" to roll the dice I want to be able to do this through a hand gesture through the camera on my macbook. I can't ...
0
votes
2answers
86 views
Kinesis Advantage Keyboard VS ergoMagic vertical keyboard
I am really experience pain in my wrists. I am looking for a new keyboard to minimize my behaviours.. I tried to search for reviews of both the kinesis advantage keyboard and the ergoMagic ...
0
votes
5answers
487 views
How to perform a Virtual Mouse click C# without using a mouse
I'd like to perform a click in a windows application, without using the real mouse (so I can minimize it). Like a bot.
How would I do this?
0
votes
2answers
120 views
Obtaining Mouse Coordinates from Kinect video image
I'm learning Kinect and C#, so I'm having some problems with my new project. I want to get the distance from a certain object to the Kinect. I'm thinking of using solids to make it simple. So the idea ...
0
votes
1answer
176 views
Creating an Expanding DIV/Canvas with Horizontal Scrolling with Wheel JavaScript
Ok - here is what I am trying to do. I was looking online for a cool timeline that I can purchase - allowing zoom in zoom out, posting of events on it, and so on. However, all the examples I found are ...
1
vote
1answer
78 views
Selecting vertex with mouse JOGL
I use JOGL and trying to make sure that when you click on the vertex this vertex has been selected. I'm trying to pick the top in color, but do not understand how to get the color under the cursor. I ...
0
votes
0answers
78 views
JNA PostMessage mouse click
Hi I'm trying to use this code to simulate a click using JNA with postMessage, but I don't know why mouse click is not working, but when i send close with post message It close the window please some ...
0
votes
0answers
73 views
Detecting appication's keyboard and mouse events inside a library
What I want to achieve:
The target is to make a Mac OS X library - dylib/bundle/framework, that intercepts all mouse and keyboard events of the application that loaded the library. I just want to log ...
1
vote
3answers
243 views
How to open PopUp right beside the event Button - how to get Mouse Cursor Position onclick?
if i do have a call on an imagebutton like this:
onclick="window.open('link','width=615,resizable,scrollbars').focus(); return false;
how i can open this just right besides the action Button?
or how ...
0
votes
2answers
74 views
Java mouseDragged logic
I have an image loaded (imagePanel) which has a mouseListener added to it earlier in the class.
The ImagePanel is being dragged around, but only by the upper left-hand corner of the image(0,0). the ...
0
votes
1answer
72 views
jQuery determine if mouse leaves from the side
I already have a script for mouse enter, but I can't figure out leave statement from side.
Objective is to animate .darker to enter from side which mouse does, and also leave to side where mouse ...
2
votes
5answers
270 views
Prevent mouse from leaving my form
I've attached some MouseMove and MouseClick events to my program and next up is one of these:
Get "global" mouse movement, so that I can read the mouse location even outside the form.
Prevent my ...
1
vote
0answers
88 views
Low FPS on mouse? [closed]
I'm a beginner at python, so this question is almost never asked when I searched for it, and the answers didn't help much either:
I am making a small program that allows me to play 'nyan cat' and ...
0
votes
0answers
62 views
Wait Cursor disappears
I have a small problem with the Cursors.Wait cursor.
So, I have the following code:
Mouse.OverrideCursor = Cursors.Wait;
/* some actions */
Mouse.OverrideCursor = null;
So, during the "some ...
0
votes
1answer
103 views
Visual marker of mouse clicks using Java
I am creating a screen recorder software using Java. Almost 80% work has been completed. Now I need to create a visual marker of mouse clicks using Java. So that I can see in the playback video that ...
1
vote
3answers
542 views
Zooming to mouse position using glOrtho
Currently I am using glOrtho to zoom and pan around a 2D graph I am rendering.
I have setup up the viewport to the standard width and height. Then I set the glOrtho so that my frustrum makes screen ...
0
votes
1answer
63 views
How to check collision between the mouse and a sprite group
I'm trying detect collision between the mouse and a sprite group. I have searched around for awhile but couldn't find anything about it. So if you know how to do this could you please explain how such ...
0
votes
0answers
104 views
Using Android touchscreen as a mouse PC - the algorithm [closed]
I am developing a game and I want the user to be able to use their tablet as a "controller". Its a point and click style game and I was just thinking about the algorithm for actually controlling the ...
0
votes
2answers
363 views
How to disable Left Click of Mouse for a particluar div using javascript?
I want to disable the left click for a particular div. I have tried the following way but its not working for me:
$('[id$=div]').onclick=function(){xajax_addFunction()};
It is document.ready(). it ...
0
votes
1answer
103 views
How can I list available input devices with haxe?
I would like to list all the input devices available when I launch an application, but I can't find a way to do that in the API.
How can I get a list of available keyboards, mice, gamepads, touch ...
1
vote
2answers
108 views
jQuery - Non-nested / non-descendant sibling navigation shown on hover event
I have 2 navigation areas. The second should appear when an element in the first is hovered over and it should disappear if the mouse does not move over it.
Very basically i have:
HTML
<ul ...
1
vote
1answer
99 views
wxPython Mouse Entering/Leaving event methods don't work on Linux
I am trying to provide a custom button class that needs a hover for it to work properly. I am therefore using StaticBitmap and extending it. But I am finding differences between Windows and Linux ...
1
vote
2answers
65 views
How can I calculate mouse specific movement with JavaScript
I want to know how can I calculate a mouse specific movement.
I want to have some advices how to determine the mouse is moved from A to B.
For example, like win8. When the mouse is on side of ...
0
votes
1answer
85 views
LWJGL allow negative mouse coordinates (outside window)
I'm trying to get the mouse coordinates with LWJGL Mouse class. By default, LWJGL clamps the values to [0, width] and [0, height], so the coordinates are always inside the window, even when the mouse ...
0
votes
2answers
78 views
Lock the mouse to the center of an application
I have created a game in Flash (actionscript 2.0), which requires the mouse to be locked to the center of the screen (like a first person shooter). It is possible to do that in AS3 with Flash 11.2, ...
0
votes
1answer
24 views
Mouse coordinates restricted to 1 element and not the page size
Hi, guys i am working on a way to draw with your mouse with Canvas.
This is how far i am:
function drawdraw(){
test = document.getElementById('test');
ctx = test.getContext('2d');
...
0
votes
0answers
48 views
Check for mouse movement with WinAPI when using GLUT
Is it possible to check for mouse movement using ONLY the WinAPI, when using GLUT?
I ask because I've been trying to get around a bug in FreeGlut under Windows (it works on everything else) that ...
0
votes
2answers
116 views
Mousebinding in a WPF TreeView
Is there a way to do a Mouse- or KeyBinding in a WPF treeview?
<TreeView ItemsSource="{Binding Main.TreeItems}">
<TreeView.ItemTemplate>
...
0
votes
1answer
164 views
Windows - read dpi setting of mouse in c++
Is there a way to get the current mouse dpi setting in c++?
The problem is that sending a mouse move message to the system will result in a different cursor position depending on the dpi resolution ...
0
votes
1answer
190 views
as3 mouse wheel reverse
Hey i built custom scroll box. When i scroll up on this box scrolling element is going down and when i scroll down - scrolling element is going up ;). I whant to reverse that mechanism. how can i do ...
0
votes
3answers
348 views
Using SendMessage to simulate mouse clicks
What I need
Simulate messages (mouse mainly, but keyboard too) without moving the cursor. The message goes to the focused window (at first, I want for minimized windows, but I didn't find how to do ...
2
votes
2answers
212 views
Is there a way to disable mouseover on highcharts entirely?
I'm building a website that uses highcharts. When I view the site on a mobile device, touching within the graph area pops up the tooltip, which prevents scrolling. I have tried all of the following, ...
0
votes
0answers
52 views
Repaint still painting removed LinkedList Elements
I am working on a Mouse trail That will be included in a Game I am working on. To paint the trail I use a LinkedList with the elements being previous mouse positions. I then loop through the List and ...
1
vote
2answers
198 views
HTML5 - JS: Shoot Bullet From Facing Direction
I'm working on a top down shooter HTML5 game. I'm currently trying to get bullets to fire from my characters facing angle.
My character always faces the mouse position (rotates). So, when I fire a ...
-1
votes
1answer
37 views
Mighty mouse click + selects [closed]
When I want to double click + select using mighty mouse on paths in the command line, it selects only the component of the path that i click on rather than the entire path.
git diffing requires me to ...


