David Krutsko
David Krutsko
Since #2 is no longer being implemented, an alternative class needs to be developed in order to solve the initial problem. The `Overlay` class will contain functions relating to the...
Having some way of retrieving and setting window icons might be nice.
It might be useful to add something like `Window::IsVisible` and `Window::SetVisible`.
It would be useful to be able to allocate and free virtual memory on remote processes.
Need to add an ability to create processes: ``` cpp static Process Process::Create ( ... ); ```
On more than one occasion, there might be a time where you'd like to perform memory reading across multiple threads. The problem is, if caching is enabled, a race condition...
*It's never too early to think about things to come* ### Highlights * TODO ### Details * TODO
With the advent of new cross-platform editors on the market, it might be nice to create project files for each of them in order to improve development experience. Some editors...
This is already in the pipeline as part of #17 and #23 but should be its own issue.
Would be cool to support the icon and visibility of the mouse cursor. For changing the icon, need to support both the display image and hotspot, just like in most...