I am making a simple(ish) java game in an isometric perspective using lwjgl and I cant figure out how to get the mouse position in the isometric view. Thanks in advance.
Note: the squares are 64x64, window is 640x480, done using a 2d array, and the grid marked "1" in the image below is supposed to be "0".