subsoap / defos

Extra native OS functions for games written using the Defold game engine
Creative Commons Zero v1.0 Universal
112 stars 16 forks source link

Implement cursor clipping on Linux #102

Closed GreenXenith closed 4 years ago

GreenXenith commented 4 years ago

Uses XGrabPointer to clip to current window. Same thing as #101 -- I don't know if the event_mask bits supplied are sufficient or needed. Should probably squash on merge.

GreenXenith commented 4 years ago

Whoops, that request was unintentional. Thought I was on the other PR. Will mention when I have a fix for this one.

GreenXenith commented 4 years ago

I kinda stopped using Defold, so this wont get finished by me. Someone else can pick it back up if they wish.