Name
WhileRightMouseDown -- halt until the right mouse button is up (V1.5) / OBSOLETE
Synopsis
WhileRightMouseDown()
Function
Attention: This function is part of the Hollywood 1.x event library. You should not use it any longer. Please use the functions of the new library from Hollywood 2.0 which is much better.

This function must be called after a ONBUTTONRIGHTCLICK event occurred. If you call this function, Hollywood will wait until the user has finished his mouse button click. It is absolutely necessary to call this function right after the ONBUTTONRIGHTCLICK event occurred because even if the user clicks the mouse only once, several events may be generated. To prevent this, call this function right after the ONBUTTONRIGHTCLICK occurred.

Inputs
none

Example
See CreateButton


Show TOC