Is there a way to tell whether the mouse events involve a canvas or window?
In this i want it to only happen when it's a canvas. How do i tell the difference between a window and canvas in this sort of example?
If EventID() = $205 SetBuffer CanvasBuffer(EventSource()) DrawImage helpBtn, 0, 0, 1 FlipCanvas(EventSource()) End If
In this i want it to only happen when it's a canvas. How do i tell the difference between a window and canvas in this sort of example?