Brandon Pickering
Brandon Pickering
Rust on Windows has to call `SymInitializeW` before generating a backtrace, and it doesn't call `SymCleanup` afterward. If `AddressInfoObtainer` is then used, it calls `SymInitializeW` again, which fails because it...
I'm using the raw API, and would like to get the DLL base address. It's currently possible to use `AddressInfoObtainer` to get the base address, but that requires the user...
**Is your feature request related to a problem? Please describe.** Currently the only way to use dynamically sized payloads in drag and drop is to use [begin_payload_unchecked](https://docs.rs/imgui/0.8.0/imgui/drag_drop/struct.DragDropSource.html#method.begin_payload_unchecked) (unsafe) or use...
Hold a direction on the joystick (tested on controller), then click on a row in the spreadsheet view to move to a different frame. The original frame now has stick...
This should be straightforward since sm64 native has a back end agnostic rendering API.