Skip to content
This repository was archived by the owner on Jun 8, 2019. It is now read-only.
This repository was archived by the owner on Jun 8, 2019. It is now read-only.

Wrong mouse position in SDK 5.0 #4

@happy-tanuki

Description

@happy-tanuki

Thank you for your great plugin!

I need to capture in SDK 5.0.
It works fine,
except that the mouse position is off the point.

Through trial and error, I found the working code.

ISCRecording.m (line.182)
// NSWindow *simulatorWindow = [[NSApp windows] objectAtIndex:0];
NSWindow *simulatorWindow = [[NSApp delegate] monitorWindow];

I tested only in the version of the below programs,
so couldn't know whether it works in older version.
Xcode : 4.2 (828)
iPhone Simulator : 5.0 (9A334)
SIMBL : 0.9.9

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions