Framebuffer Double Click Functions

Functions that deal with the double click time of the framebuffer. More...

Functions

EAPI void ecore_fb_double_click_time_set (double t)
 Sets the timeout for a double and triple clicks to be flagged.
EAPI double ecore_fb_double_click_time_get (void)
 Retrieves the double and triple click flag timeout.

Detailed Description

Functions that deal with the double click time of the framebuffer.


Function Documentation

EAPI double ecore_fb_double_click_time_get ( void   ) 

Retrieves the double and triple click flag timeout.

See ecore_x_double_click_time_set for more information.

Returns:
The timeout for double clicks in seconds.

EAPI void ecore_fb_double_click_time_set ( double  t  ) 

Sets the timeout for a double and triple clicks to be flagged.

This sets the time between clicks before the double_click flag is set in a button down event. If 3 clicks occur within double this time, the triple_click flag is also set.

Parameters:
t The time in seconds