0
votes
0answers
9 views

NSView is losing mouseUp events

I've had to create a simple NSSplitView clone, basically a parent view "splitView" with three subviews: topView, dividerView, and bottomView. splitView is an NSView subclass, not inherited from ...
1
vote
1answer
16 views

Cocoa : How to intercept a right click on a free (no icon) area of the desktop?

I would like my app to react to a right mouse click on a free (no icon, other app window, ...) area of the desktop. Thank you if you can help me. Steven
0
votes
1answer
13 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 ...
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.
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 ...
1
vote
1answer
74 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 ...
0
votes
0answers
69 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
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 ...
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
90 views

How to trigger a mouseDown:(NSEvent *) programmatically (without using the mouse)?

I am developing a Leap Motion Application where I already move the cursor with it, but I don't know how I can trigger a mouseDown:(NSEvent *) programmatically.
0
votes
0answers
56 views

SWT, XULrunner, OS X - mouse hover events not working

We have an Eclipse SWT application that makes use of several SWT Browser controls, backed by XULrunner. We are using SWT 4.2 and XULrunner 10.0.4esr (the latest release that is supported by SWT). We ...
0
votes
1answer
97 views

NSEvent and Magic Mouse

How do I distinguish whether the event -(void)scrollWheel:(NSEvent *)event was triggered by a Magic Mouse or a trackpad? The reason I'm asking this question is because I want to assign a different ...
1
vote
1answer
137 views

iTerm2 – scroll less output with mouse

I just switched from OSX Terminal to iTerm2, and I seem to have lost one piece of functionality. In Terminal, I could scroll through output of the less command with my mouse, because I had installed ...
2
votes
1answer
68 views

How does a mouse work?

This might be kind of a strange question, but how does the software for a mouse work? (specifically on OSX) If I want to move the mouse around on OSX, I've been using this code: ...
0
votes
0answers
117 views

Qt doesn't respect Mac OS X mouse wheel scrolling speed setting

I have qtwebkit-based application. When I scroll the mousewheel inside webview, the scrolling speed doesn't respect the settings set in system preferences->mouse->scrolling speed under Mac OS X. It ...
-2
votes
1answer
65 views

why my NSButton catch mouse event when it hidden?

i want my mainwindow has a different status,so i create two NSViews. One is called A_view,other is B_view.i add an NSButton called A_button to A_view.when clicked the A_button,A_view is hidden and ...
0
votes
0answers
62 views

Mouse cursor tracking and exporting as an illustrator path

I was wondering if there was a little software for mac that could track my mouse cursor and export it as an EPS or AI or whatever format that contains path information openable in Illustrator for ...
0
votes
0answers
217 views

Hide mouse cursor Mac OS x Opera

This problem has bugging me for months.. I run a digital signage player (Opens Opera in kioskmode and run JW Player). I've made an AppleScript that keystrokes "8" like 30 times to hide the cursor, ...
0
votes
0answers
78 views

Refreshing Mouse Pointer Objective C

I am connecting from one Mac to another mac, and thus when the mouse coordinates are changed in one location, the change must be reflected in the second location. I am using this statement to draw the ...
0
votes
0answers
38 views

How to check the type of my mouse device by using OBJC

I'm working on a Mac OS X application by using SDK 10.8 and I want to check the device type of my mouse, whether it's magic mouse or not. I've done a lot of the searching work, but it seems there's ...
0
votes
1answer
105 views

How to position the cursor with a click when running mysql in terminal on mac os x

Holding the option key and clicking in terminal lets me position the cursor with the mouse. I'd like to be able to do the same thing when I'm running mysql in terminal, but it doesn't work. Is there ...
1
vote
0answers
121 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
68 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 ...
0
votes
2answers
129 views

Changing the mouse position in GLUT?

I'm trying to rotate the camera with the mouse. Moving it isn't a problem, but I need to keep it into one place. I've tried glutWarpPointer() but it slows down the program SIGNIFICANTLY. I'm trying to ...
1
vote
1answer
207 views

Cocoa: How to send proper mouse delta events?

I am making an application to control the mouse using an analog stick from a gamepad for Mac OS X (10.7.3). Currently it is working pretty well, I can control the cursor in desktop and most games. But ...
0
votes
1answer
826 views

Can AppleScript read mouse position / action in one application and replicate it in another application?

I've been searching for a mouse broadcaster for Mac for a while and it seems there are no solutions for doing this, so I must look for alternative solutions now. I'm wondering if AppleScript is ...
2
votes
2answers
395 views

Mouse Enter/Exit events on partially hidden NSViews

I have a problem that I think is solvable with some hackery, but I'm very curious if there is an easier way to get the job done without having to do all of that. I have a stack of NSViews ...
0
votes
2answers
549 views

How to change NSButton's title when cursor is on it

I'm beginner of Cocoa Programming. How can I change NSButton's title when cursor is on the button? (without clicking).
2
votes
1answer
189 views

Moving window with mouse and hotkey in MacOS

Is there a way to move window with a mouse after clicking on window (any zone) holding some key like command / control / alt in MacOS X Lion? So the process is like: you click on a window while ...
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
1answer
130 views

StageVideo makes mouse appear on a kiosk

I'm developing a kiosk in AS3 that utilizes StageVideo (publishing for FP 10.2 on a Mac Mini). It works fine, except as soon as StageVideo is engaged the mouse becomes visible. This is a public kiosk ...
4
votes
1answer
644 views

Why is CGWarpMouseCursorPosition causing a delay? If it is not, what is?

I have code here that restricts the mouse to a region on the screen, it is working relatively well, with only one big problem. The mouse doesn't get moved cleanly/smoothly when running along the edges ...
1
vote
2answers
694 views

How to get current type of mouse cursor in Mac OS X?

How can I get current type of mouse cursor on screen? (Not only on my app window, globally) Or at least to detect whether is default type or not. (Cursor types: busy, hand, text selection or ...
2
votes
1answer
358 views

Limiting mouse to one display on Mac (Potentially using Cocoa)

I've been feverishly searching for a method by which to limit the user's mouse to one display in a multi-display setup on a Mac. I've stumbled upon this question: Cocoa: Limit mouse to screen, I ...
0
votes
1answer
108 views

Different kinds of clicks in Mac OS?

I have just bought a Wacom Bamboo touch tablet. It works fine with all applications except the Twitter client, which gets a bit confused when I click on a link. Is there a quick bit of code I can ...
1
vote
2answers
333 views

How to detect all cursor movements and key presses on a Mac?

What is the best method to detect all cursor movements and key presses on a Mac using objective-c on OSX Lion?
1
vote
2answers
486 views

High resolution and high framerate mouse coordinates on OSX? (Or other solution?)

I'd like to get mouse movements in high resolution and high framerate on OSX. "High framerate" = 60 fps or higher (preferably > 120) "High resolution" = Subpixel values Problem I've got an opengl ...
5
votes
1answer
676 views

Programmatically Disable Mouse & keyboard

I would like to programmatically disable mouse & keyboard input temporarily on a mac (using Objective C/C/Unix) & then reenable them.
0
votes
1answer
252 views

mouseclick script help

I need to get the mouse to click on a spot on the screen, to be specific a flash object in safari.... Id tried to do this with applescript but it didnt work. Then I found this script on the internet. ...
2
votes
2answers
573 views

OSX assign left mouse click to a keyboard key

I would like to be able to assign a key on my keyboard to be equivalent to a left mouse click. Ideally it needs to act such that holding the key down is also equivalent to holding the left mouse ...
3
votes
1answer
598 views

Drawing anywhere on screen in Mac OS X / Objective C

I'm trying to create a little utility that will draw an arbitrary shape on the screen below the mouse pointer (basically like drawing a line that follows the cursor). This could be anywhere on the ...
16
votes
1answer
8k views

Disabling mouse acceleration in Mac OS X [closed]

First of all, here's the userland question: Disabling mouse acceleration in Mac OS X @ superuser To summarize: I want to have linear mouse response on Mac OS X. That is, no acceleration; an ...
1
vote
1answer
159 views

mach_msg_trap, - (void) mouseDragged and timer performance

Leopard 10.5.8, XCode 3.1.1; using runModalForWindow to implement (what is intended to be) a high performance mouse tracking mechanism where I have to do real-time complex bitmap modifications. The ...
1
vote
0answers
313 views

Strange CGEventPost mouse click behavior

In my Mac application I am trying to intercept right mouse down/up events using CG Event Taps. I have the code that is registering as a listener working just fine. What I am trying to do is intercept ...
1
vote
0answers
60 views

How do I get Java3D on to react to mouse on Mac OS?

I'm working on a Java3D scene with a MouseBehavior (MouseRotate). It works perfectly on Linux and Windows, but it remains blocked on Mac OS (the MouseBehavior has no influence on the scene).
1
vote
1answer
509 views

How to pass click on NSView through to app window beneath it?

My app has a NSView in a NSWindow which covers the screen and draws a semi-transparent shade on it, above that I've got another NSWindow which contains my app's UI, so the full screen view is designed ...
0
votes
1answer
520 views

Can't get useful location from -mouseDown:event

Complete rewrite I now reproduced the issue I had posted about previously in a trivial sample project, and so I have absolutely no idea what I could be doing wrong. Here's what I'm now doing. ...
0
votes
3answers
501 views

Mouse move and thread

When I move the mouse over the window, the program runs much faster (cc. 3 times). This is a real time webcam .Net/Mono application running on a MacBook. On Windows works perfectly. Is this maybe a ...
2
votes
1answer
617 views

Mac Mouse Coordinates != Window Frame?

Here's my issue. Hopefully I can explain it well enough. My desktop is a 2x2 with monitors of size (2048,1152). I'm trying to use an ancillary device to generate mouse clicks. My mouse click is ...
2
votes
1answer
452 views

Cocoa: Limit mouse to screen

I'm developing a kiosk mode application for OSX. In some circumstances, another screen gets attached. My application runs in fullscreen on one screen using: [self.window.contentView ...

1 2