Easy Mouse System for MaxGui

BlitzMax Forums/BlitzMax Programming/Easy Mouse System for MaxGui

klepto2(Posted 2005) [#1]
Here is a mouse Type for use with Canvas, which will return the actual x,y,z coords and the button-states like in the nonGui version of BMax:
sample:


And here the single TMouse Type:


I know it isn't that difficult, but I think some people will need it.