Michael Binder

Results 11 issues of Michael Binder

### Platform Windows 10 ### Plugin PackageInfoPlus ### Version all from 1.4.0 to ^1.4.3+1 ### Flutter SDK >=2.16.1

bug
package_info_plus
windows

**Describe the solution you'd like** Add an option to toggle the following: the game should be automatically paused and muted when the game window loses focus, and unpaused and unmuted...

enhancement

### What feature or enhancement would you like to add? Add an option to toggle the following: the game should be automatically paused and muted when the game window loses...

P5 Future
enhancement
C:SDL2

It would be nice, when creating a project with `> code-d:Create new Project` that it creates a `launch.json` and `task.json` with the defaults automatically. So that debugging works "out of...

enhancement
cheap

For user experience it would be nice if there was a "play" button at the top right corner that runs/debugs the project similar to how other language extensions do it...

Any chance to see an update to raylib version 4.5 soon?

### Describe the bug I have this code: ```go // main.v fn main() { areas := ['game', 'web', 'tools', 'science', 'systems', 'embedded', 'drivers', 'GUI', 'mobile'] for area in areas {...

Bug
Status: Confirmed
OS: Windows

**Have you searched existing Github issues to see if someone has already requested this feature?** Yes **Describe the solution you'd like** Beeing able to hide/show blocks. Hidden blocks should be...

**Have you searched existing Github issues to see if someone has already requested this feature?** Yes **Describe the solution you'd like** Currently, the spacing between each block appears too narrow...

`kit_mouse_pressed` does not reset after `kit_step`: The function remains true once set, even after subsequent `kit_step`calls. This behavior persists across frames/steps, which is unexpected as it should only return true...