Return, in ms, the time remaining until the given timer fires. If the timer is past due, 0 is returned. If there is no such timer, infinity (UINT_MAX) is returned. Definition at line 854 of file FXApp.h. 00854 { return getEventLoop()->remainingTimeout(tgt,sel); }
|