tmandry/Swindler

Mouse over active window title bar event

Opened this issue · 2 comments

I’d like to have an event that is raised when my mouse hovers over the title bar of the active window. I’m trying to build a window management app that can use vim like commands “jkl;” to snap the window to the right places. I don’t see an existing event that can help with that. Any advice?

Thanks Tyler for the quick response.

you’ll probably want to get the raw AXUIElement from Swindler and look for child
elements with that role

Is there a way to easily get the raw AXElement through the Swindler window. Just looking at the Window definition, I wasn’t able to access the raw AXElement.