WiP
This commit is contained in:
parent
fdf7714d11
commit
b2b12b64ab
4 changed files with 73 additions and 51 deletions
|
@ -76,7 +76,7 @@ w.size = pw.size.new(1200,800)
|
|||
while w:update()
|
||||
do
|
||||
|
||||
if (pw.input:get().mouse_button > 0) then
|
||||
if (pw.input:get().mouse_button == 1) then
|
||||
print(pw.input:get().mouse_position.x,pw.input:get().mouse_position.y)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue