Search found 2 matches

by yellowtide
Mon May 07, 2018 1:49 pm
Forum: Support and Development
Topic: Find nouse position out of bounds
Replies: 7
Views: 4277

Re: Find nouse position out of bounds

To expand on that, SDL2 has a function for that, and iirc i tested it and it works: https://wiki.libsdl.org/SDL_GetGlobalMouseState (For reference, my use-case was dragging and/or resizing borderless windows without that process stopping when i hit an edge from the inside) ended up prototyping it u...
by yellowtide
Sun May 06, 2018 3:58 pm
Forum: Support and Development
Topic: Find nouse position out of bounds
Replies: 7
Views: 4277

Find nouse position out of bounds

I've been drawing a fake cursor that I color key and overlay on OBS to get a custom stream cursor, but I've been having issues grabbing the cursor coordinates while it's out of the window bounds. I know that LOVE doesn't actually support this, though is there a hacky way I could do it? if this isn't...