[Gambas-user] Mouse Event Scroll Up/Down

abbat abbat.81 at ...787...
Mon Oct 22 10:01:58 CEST 2012


Solved.


PUBLIC SUB Form_MouseWheel()
    
  SELECT CASE Mouse.delta
    CASE 1 
        PRINT "mouse wheel up"
    CASE -1 
         PRINT "mouse wheel down"
  END SELECT   

END

abbat wrote:
> 
> Hi,
> I need to get event mouse ScrollUP and ScrollDOWN.
> Thanks
> 
-- 
View this message in context: http://old.nabble.com/Mouse-Event-Scroll-Up-Down-tp34585508p34585649.html
Sent from the gambas-user mailing list archive at Nabble.com.





More information about the User mailing list