Links |
---|
Indicates whether a frame may receive mouse input.
isMouseEnabled = frame:IsMouseEnabled() isMouseClickEnabled = frame:IsMouseClickEnabled() isMouseMotionEnabled = frame:IsMouseMotionEnabled()
Returns
- isMouseEnabled
- boolean - True when both mouse motion and mouse clicks are enabled.
- isMouseClickEnabled
- boolean - True when the frame may receive OnMouseDown and OnMouseUp, and also OnClick for Button widget subtypes.
- isMouseMotionEnabled
- boolean - True when the frame may receive OnEnter and OnLeave.
Patch changes
Patch 1.11.0 (2006-06-19): Added.[1]
See also
- Frame:EnableMouse() - Allows a frame to receive mouse input.
- Frame:IsMouseWheelEnabled() - Indicates whether a frame is receiving scrolling input.
References
- ^
slouken 2006-04-10. Re: Upcoming 1.11 Changes - Concise List. Archived from the original