1.27.15
Fixes / Patches:
- fixed
aob_scan_*
- support two aob scan algorithms.
algorithm
argument on the aob functions. Thanks @IagoBeuller - vector functions are now provided by Raylib. This includes some new vector functions and renaming of some old functions.
gui_spinner
always started with value 0. Fixed by @IagoBeuller- added a feature to prevent mouse clicks passing through
gui_dropdown_box
and triggering buttons bellow. Thanks @IagoBeuller - fixed
mouse_move
on windows - a lot of code optimization overall
New features / Functions:
check_collision_point_rec(pointX, pointY: float, rec: Rectangle): bool
get_window_info(name: string): (x, y, width, height: int)
process_running(process: Process): bool
process_exists(processName: string): bool
set_window_title(title: string)
new_color_hex(hexValue: uint): Color