Update 1.3
Changelog
Input System
Download: Release Update 1.3 · Andy16823/GFX (github.com)
Changelog
Input System
- Added Keys enum.
- Updated the GetRefMousePos function to utilize native functions instead of WinForms functions.
- Introduced the CalculateScreenCorrection function to support virtual resolutions.
- Added the ConvertScreenToWorldOrtho function to convert screen positions to world positions in 2D space.
- Added the Window class for creating a Win32 window.
- Introduced the BetaRenderer class, a copy of the GL Render Device, enabling the use of virtual resolutions.
- Added abstract classes: ColliderBehavior2D, TriggerBehavior2D, ColliderBehavior3D, TriggerBehavior3D, and RigidBodyBehavior3D.
- Reworked existing collider behaviors to be compatible with the new templates.
Download: Release Update 1.3 · Andy16823/GFX (github.com)