Huon Imberger
Huon Imberger
> > The prefetch is still not working > > That's weird, has this ever worked before? Maybe you can recreate the structure? ~I'm sure it worked at some point...
> Have you tried adding the keyboardBuilder as a custom property in the form settings? Sorry I'm not sure what you mean. I have tried this, as I explained in...
Thanks. I'll try it again, but in the meantime I've noticed several issues with that jsfiddle which make this unsuitable for keyboard only usage. 1. If I press Enter on...
I can confirm I can get the `keyboardBuilder` option working as shown in the jsfiddle linked above (I had a bug in one of my edit form template overrides). However,...
So it looks like it depends on whether the drag start location is inside or outside the window. On the surface this looks like an issue with egui's `wants_pointer_input` returning...
Hi, I am unfamiliar with WSL2 as I don't work in Windows, so I can't really help you I'm afraid. My thoughts are that if it's compiling then any input...
You are correct, panorbit camera stores its own values which it uses to update the camera's transform. Updating the camera's transform directly is not supported. What is your goal here?...
Yeah I understand it's more complicated. I don't know how computationally expensive it would be but I would have guessed not hugely. There's no real alternative here. Focus, yaw, pitch,...
I confirm the video is MacOS. Is there any other information I can provide?
Can you replicate this with the `egui` example? Because I can't.