DisableMouse
Description: |
baDisableMouse allows you to disable mouse clicks. |
Platforms: |
Windows |
Usage: |
Result = baDisableMouse( Disable , WindowHandle ) |
Arguments: |
Integer, integer. |
Returns: |
Integer. When disabling the mouse, returns 1 if the function was successful, otherwise 0. When enabling the mouse, will always return 1. |
Examples: |
Director: Authorware: |
Notes: |
If you disable the mouse using this function, make sure that you enable the function before your application quits. Note that the cursor will still be visible and movable. |