Clear TODOs

This commit is contained in:
2024-02-21 05:35:20 -05:00
parent 158fafaa79
commit bdc1427626

View File

@@ -88,10 +88,7 @@ namespace ReWindow {
if (mouseAvailable)
{
// TODO: process retrieved mouse coordinates
// TODO: normalize coordinates from displaySpace to windowSpace
// TODO: fire mouse movement event
//std::cout << win_x_ret << ", " << win_y_ret << std::endl;
Vector2 mouse_coords_raw = {(float)win_x_ret, (float)win_y_ret};
auto window_pos = getPos();
Vector2 mouse_coords = mouse_coords_raw - window_pos;