Euphoria
ui.h
Go to the documentation of this file.
1#pragma once
2
3
4namespace eu::core
5{
6
7v2 calculate_region(const v2& mouse_pos, const v2& pos, const v2& my_tex, const v2& widget_size, float region_sz);
8
9
10}
v2 calculate_region(const v2 &mouse_pos, const v2 &pos, const v2 &my_tex, const v2 &widget_size, float region_sz)
A (inclusive) range between two values.
Definition range.h:19
a 2d vector
Definition vec2.h:17