Search found 2 matches

by SquireTara
Mon Aug 02, 2010 9:30 pm
Forum: Support and Development
Topic: Single mouse button an issue?
Replies: 3
Views: 3144

Re: Single mouse button an issue?

I changed all the 1s in my code to Ls and now it works. Thanks a bunch!
by SquireTara
Fri Jul 30, 2010 4:39 pm
Forum: Support and Development
Topic: Single mouse button an issue?
Replies: 3
Views: 3144

Single mouse button an issue?

I have a mac book pro laptop with 1 mouse button. I've been playing around with taking keyboard and mouse input and have discovered that function love.mousepressed(x, y, button) text = "Mouse button is "..button end prints out "Mouse button is 1" as it should. But when I try to r...