Kylogias

Results 8 issues of Kylogias

Technically, stuff in the 3.2 category work in 3.3, however (like the Mitigate-IK script) there is stuff that is obsoleted by 3.3

enhancement

Labels aren't properly resizing, as seen in this image ![image](https://user-images.githubusercontent.com/45217130/99856810-d031b600-2b57-11eb-9eb8-0a03dfe303a4.png)

I just got around to this, you can only detect mouse wheel using `Input.is_action_just_released` so there probably should be an option to allow/disallow mouse wheel inputs

Including an untested branchless operation in HandleInput inside the Windows driver. I also just realized WASM is currently broken in these commits. The CNFG specific keycodes can be easily changed...

NOTE :: The removal of the function here removes the need for a certain linkage that I removed in my other PR around this time, so that should be merged...

The screen device isn't multithreaded on windows, which leads to the program stalling when the device is active

I am proposing ROM banks. Currently, if you want to swap out ROM banks, you'll have to put the Program Counter to an address in RAM and painstakingly set all...

Adds 3 mouse-related functions, currently only implemented on Windows and X11. This might be possible to implement on HTTP and WASM, but that is outside the current scope of my...