itdelatrisu / opsu

opsu! ~ an open-source osu! client
https://itdelatrisu.github.io/opsu/
GNU General Public License v3.0
763 stars 123 forks source link

Suggestion for InputOverlayKey #555

Open PaulDBM opened 3 years ago

PaulDBM commented 3 years ago

Hi! I noticed that you can use for (x,y) coordinates in render method an parameter object such as Vector2f but for integer type you need. This change make your code more readable and you can use a comprehensible name instead of x or y (maybe coordinates).

Thanks for read this suggestion. Have a good day!