Jean-François Bilodeau
Jean-François Bilodeau
Just a note, JS has Pointer Lock API. It's not exactly what @LeHaine is looking force, but having something similar in Korge might be of interest. https://developer.mozilla.org/en-US/docs/Web/API/Pointer_Lock_API
Done. Thanks!
Thanks for the heads up @L0g4n . My oversight. I remove the offending line and updated the crate. Please let me know if it compiles successfully for you.
@L0g4n: No offence taken. I appreciate the correction.
Hey @L0g4n, I'm having a hard time reproducing the problem at my end. Any chance you could send me a bit more details? Platform? How are you running the app?...
@L0g4n: Working on it. Any chance you could share with me your cargo.toml and lib.rs?
Hey @L0g4n, sorry to bother you but I'm having trouble reproducing the crash with the code segments you provided. I hate to be a pain, but is there any chance...
@L0g4n: Sorry, your issue slipped betweens the cracks. It should now be solved.
> If building the executable on linux and macOS we can try to use `wine64 .../strip.exe` to run it. We can also enable running the mingwX64 target by using wine64...
No problems! Thanks for the clarification.