Tagged Questions
2
votes
1answer
36 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
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')
...
3
votes
1answer
142 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 ...
0
votes
0answers
24 views
Intercepting and modifying events in pyglet
Is there any way to intercept and modify events in pyglet.
In this case I am interested in intercepting mouse events, doing some scaling from screen coordinates to model coordinates, and then letting ...
1
vote
0answers
82 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
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
71 views
Ways to use relative (as opposed to absolute) mouse movement in OS X?
I'm working on a python application that controls mouse movement.
I have absolute mouse position working perfectly, using the Quartz.CoreGraphics library, which exposes some CGEvent commands for ...
1
vote
1answer
260 views
Linux - Simulating mouse clicks with Python
I want to simulate mouse clicks in Python (and if it is possible, also keyboard inputs) in a Linux system (Ubuntu), so I am able to create a macro for an external program.
I have researched a bit, ...
1
vote
0answers
125 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 ...
0
votes
1answer
82 views
Is there a way to invoke a leftclick in python?
I only have the python 2.6. Can I do this without using external libraries? I just want to perform a left click wherever the cursor currently is.
1
vote
1answer
168 views
Pygame: Mouse Specific Axis Detection
How can I detect ONLY the X axis, for example?
maus_x = 0
maus_y = 0
pygame.mouse.get_pos(maus_x, maus_y)
while not done:
for event in pygame.event.get():
if event.type == ...
0
votes
0answers
101 views
Mouse lag in pygame
I am making a graphical interface with pygame. The program is generally running fast, but whenever I make a keypress, the mouse refuses to move for half a second. I am lost for ideas, wondering if ...
0
votes
2answers
115 views
Multiple mouse position
I'm trying to make a simple piano keyboard for my programming class. I've made it in pygame because it's nice and simple to use. I've managed to get it working by making a mouse rect and individual ...
0
votes
0answers
104 views
mouse movement controlled by webdrive behaves differently in script and interpreter mode, why?
I have a function hover() as below, dr is a firefox driver, image is a locator value.
If I run the function in an interpreter mode against a specific page, some more elements will display; but if I ...
3
votes
3answers
415 views
pygame - first person shooter “look” with mouse
I am, in fact, not writing a game (although this question is relevant to anyone who is, with pygame,) but a scientific renderer. However, I'd like the controls to work just like in a first-person ...
1
vote
2answers
178 views
Detect if the mouse cursor is hidden or visible by any other application
I want to detect if the mouse is currently hidden, something that is often done by 3D applications on Windows. This appears to be trickier than it sounds as I can't find any way to do this.
...
0
votes
6answers
370 views
I want my optical mouse to jitter a little [closed]
The reason I want my mouse to jitter is so I don't get locked out of a computer. I have two computers in my cube and I switch back and forth between them all day long. I am getting sick of putting in ...
0
votes
2answers
178 views
Key and mouse listening, automation
I am looking to create an overlay to a strategy game called Dune 2000. It is annoying that to create 10 soldiers, you have to click the icon everytime one is completed. There is no queue.
So without ...
0
votes
1answer
979 views
Matplotlib: draw a selection area in the shape of a rectangle with the mouse
I want to be able to draw a selection area on a matplotlib plot with a mouse event. I didn't find information on how to do it with python.
In the end, I want to be able to draw a region of interest ...
0
votes
1answer
178 views
Python Tkinter: Listbox drag selection
I am having problems with the way that the right button gets its selection. I am not good with coordinates so i dont know how to reverse the way i am selecting. I would like to scroll the listbox ...
0
votes
0answers
124 views
Globally capture keyevents/mouseevents
I'm attempting to globally capture mouse buttons events with a python application.
I only want to capture a specific button (ie: mouse7), and the rest to work noramlly.
I've looked at some xlib ...
0
votes
1answer
301 views
What can block mousePressEvent or Event Filter Mouse Click Events?
I can't seem to get any mouse clicks in a QTreeWidget. I have tried...
...overriding mousePressEvent, but it never runs at all. Not even to log a message.
...using an event filer. It works for ...
0
votes
3answers
343 views
wxpython: Set Cursor to Absolute Screen Location And Click
I'm having a little trouble trying to get WarpPointer to work out appropriately for me. The scenario I'm trying to do is akin to recording a user's clicks and then replaying them on the screen. I've ...
0
votes
3answers
349 views
pygame.MOUSEBUTTONDOWN
My simple question is how can I use pygame.MOUSEBUTTONDOWN on a sprite or item to trigger an event?
e.g. I have item_A and want music to start when I press the object with my mouse.
1
vote
1answer
149 views
Reconfigure Mouse Device
I have a Logitech Wireless Touchpad I hope to use in a project. I am interested in using either of this device to drive a microscope stage. Ideally, I would have the touchpad hooked up with the ...
0
votes
0answers
165 views
Measuring the time between two events (pixel color change) using Python freezes everything for some seconds
I've coded a very simple tool for Windows to measure the time between two events in Python 2.7.
Specifically:
You point the pixel you want to take as reference with your mouse and you press the ...
0
votes
0answers
315 views
Count occurances of user input (mouse keyboard) in Python?
I am attempting to make a small application which will display the amount of user input averaged per minute (I would like it to display an average based on keystrokes and mouse clicks, like an APM ...
1
vote
2answers
246 views
Mouse click command does not work on certain GUIs
The script below works perfectly when I want to click, for example, the Start button on Windows, but when I try to click a button in a certain GUI program it does not have any effect.
Is it possible ...
1
vote
1answer
296 views
python webkit signals
I would like to use webkit to create a simple web browser with some special functions. In particular, I would like to have a function that adds a word to a file, if I click on that word. Now, I ...
0
votes
1answer
201 views
Python module that allows mouse movements in DirectX
Does anyone know of a Python module that can move the mouse while in a directX game?
I have tried Ctypes and Hammonds win32 module and they don't work in directX due to DirectInput blocking normal ...
0
votes
2answers
649 views
Creating a mouse scroll event using python
I found this, Controlling mouse with Python, question really helpful in creating a script to move the mouse and click the mouse using Python. Is it possible to create a mouse scroll event also? ...
0
votes
1answer
129 views
Trouble programming a “start over” screen which starts a level over using pygame in python
Basically, my main idea is that we would program most of the entire game in a while loop (except when constructing a screen). When the game ends, I let the user enter another while loop so that the ...
2
votes
2answers
117 views
Mouse side buttons in python?
I am trying to use my mouse as remote on my laptop and I would like to use side buttons in them. I am coding in python as I have already succeeded doing it with autohotkey. But autohotkey uses too ...
1
vote
1answer
387 views
controlling mouse with pyusb
I have to make a application, that do the followings:
disable that the given usb mouse move the pointer in the screen (just the given, not all mouses).
get the coordinates of the mouse pointer
...
1
vote
1answer
308 views
Moving a sprite when mouse is pressed in Python
I'm making a Pong clone for learning purposes, and need to get the ball moving from the middle of the screen (it's sent there when it goes past a paddle) when the mouse is pressed. I've tried the ...
0
votes
3answers
1k views
Python Tkinter - canvas scrolling with mouse position
I think this is a very common question, but I couldn't find the answer.
I'm trying to make a window that scrolls depending on the mouse position: if the mouse is close to top of the screen, it ...
3
votes
1answer
1k views
python or pyqt - checking mouse button clicked state
I need to check if a mouse button is clicked or released.
I'm using pyqt - any way to check the mouse button release state in qt or directly in python?
I know of pygame module but would prefer not to ...
1
vote
2answers
349 views
Python xlib warp_pointer not working properly inside games
I am trying to change the mouse pointer using python xlib. I successfully did it using warp_pointer. But when i try to play any games like Secret Maryo Chronicles, the mouse pointer moves to the ...
3
votes
3answers
2k views
Get mouse deltas using Python! (in Linux)
I know that Linux gives out a 9-bit 2's compliment data out of the /dev/input/mice. I also know that you can get that data via /dev/hidraw0 where hidraw is your USB device giving out raw data from the ...
7
votes
1answer
750 views
Need an input control program in python
I want to create a program that catches mouse clicks, no matter in which application it is sent to. Then it has to simulate twenty mouse clicks in one second. I am quite new to Python, and I am not ...
2
votes
2answers
508 views
How do I calculate the magnitude of the velocity of my mouse cursor, in Python?
http://dl.dropbox.com/u/779859/speedCalc_puradata.JPG
I achieved it in pure data, have a look at the schematic of what I'm thinking:
Recieving Midi Control input from ctlin 20 and 21
Pipe delays ...
4
votes
2answers
3k views
win32: simulate a click without simulating mouse movement?
I'm trying to simulate a mouse click on a window. I currently have success doing this as follows (I'm using Python, but it should apply to general win32):
win32api.SetCursorPos((x,y))
...
13
votes
6answers
3k views
Simulate Mouse Clicks on Python
I'm currently in the process of making my Nintendo Wiimote (Kinda sad actually) to work with my computer as a mouse. I've managed to make the nunchuk's stick control actually move the mouse up and ...
3
votes
1answer
256 views
teamplayer and pyhook interacting strangely
I'm using teamplayer, which lets you connect more mice to your computer to be used simultaneously. I'm also using pyHook to capture mouse events, with the following code:
import pyHook
import ...
4
votes
2answers
4k views
Which is the easiest way to simulate keyboard and mouse on Python?
I need to do some macros and I wanna know what is the most recommended way to do it...
So, I need to write somethings and click some places with it and I need to emulate the TAB key to..
Thank you
4
votes
1answer
2k views
How to detect mouse and keyboard inactivity in linux
I am developing an app on python which will check for user inactivity. Is there a way to check for key press and mouse move events in linux?
5
votes
2answers
2k views
Simulate mouse click/Detect color under cursor in Python
I am very new to python. I am trying to write a program that will click the mouse at (x, y), move it to (a, b), and then wait until the color under the mouse is a certain color, lets say #fff. When it ...
1
vote
1answer
682 views
Equivalent of GetCursorPos() in Mac's Carbon
Background
We're porting our PythonOgre-based games to Mac, and the publishers demand ability for mouse to leave the window. On Windows, we're going around OIS (Object-oriented Input System) for the ...
31
votes
5answers
31k views
Controlling mouse with Python
How does one control the mouse cursor in Python, i.e. move it to certain position and click, under Windows?
1
vote
1answer
5k views
Python Xlib catch/send mouseclick
At the moment I'm trying to use Python to detect when the left mouse button is being held and then start to rapidly send this event instead of only once. What I basically want to do is that when the ...
