On the Ineluki Key Patch, when getting the coordinates of the mouse, it caps the values between 0 and 320 for the X coordinate, and between 0 and 240 for the Y coordinate, which the Player ignores and allows getting below or above.
For consistency, the minimum cap should be 0, and the maximum should be set to the screen size, as to allow using it with a custom resolution if wanted.
On the Ineluki Key Patch, when getting the coordinates of the mouse, it caps the values between 0 and 320 for the X coordinate, and between 0 and 240 for the Y coordinate, which the Player ignores and allows getting below or above.
For consistency, the minimum cap should be 0, and the maximum should be set to the screen size, as to allow using it with a custom resolution if wanted.