mouseY

v0.1.6
mouseYGlobal

The y mouse coordinate

createWindow(400, 400);

function draw()
  background(51);
  
  line(0, mouseY, width, mouseY);
end
See mouseY in mouse.h