> (every-frame (display (mouse-button 0))) > Gives me the inverse of > (every-frame (display (mouse-button 1))) committed a small fix for this. (mouse-button 0) was checking whether no mouse buttons were clicked, that's why it was returning #t when the left button was released and vice versa. best, gabor