Searched refs:mouseChord (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dtoplevel.cpp264 UInt32 mouseChord = 0; local
269 cEvent.GetParameter<UInt32>( kEventParamMouseChord, typeUInt32 , &mouseChord ) ;
312 if( thisButtonIsFakeRight && ( mouseChord & 1U ) )
313 mouseChord = ((mouseChord & ~1U) | 2U);
315 if(mouseChord & 1U)
317 if(mouseChord & 2U)
319 if(mouseChord & 4U)

Completed in 92 milliseconds