Subversion Repositories tpanel

Rev

Rev 318 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 318 Rev 320
Line 4126... Line 4126...
4126
 
4126
 
4127
void TPageManager::mouseEvent(ulong handle, bool pressed)
4127
void TPageManager::mouseEvent(ulong handle, bool pressed)
4128
{
4128
{
4129
    DECL_TRACER("TPageManager::mouseEvent(ulong handle, bool pressed)");
4129
    DECL_TRACER("TPageManager::mouseEvent(ulong handle, bool pressed)");
4130
 
4130
 
-
 
4131
    if (!mClickQueue.empty() && mClickQueue.back().handle == handle && mClickQueue.back().pressed == pressed)
-
 
4132
        return;
-
 
4133
 
4131
    TLOCKER(click_mutex);
4134
    TLOCKER(click_mutex);
4132
 
4135
 
4133
    _CLICK_QUEUE_t cq;
4136
    _CLICK_QUEUE_t cq;
4134
    cq.handle = handle;
4137
    cq.handle = handle;
4135
    cq.pressed = pressed;
4138
    cq.pressed = pressed;