Clear TODOs
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user