WM_LBUTTON ?
- Posted by Euman <euman at bellsouth.net> Mar 13, 2001
- 500 views
Hello again, I was wondering if maybe someone would show me how to stop a Mouse Button click, the below does not work. This is Windows related/ while event = WM_LBUTTONDOWN do if event = WM_LBUTTONUP then exit end if --empty_stack( ) --parent = 1 child = 0 sub_child = 0 scroll_up( ) -- should scroll_up here end while Euman