Searched refs:IsButtonDown (Results 1 – 1 of 1) sorted by relevance
61 bool IsButtonDown(const base::NativeEvent& native_event) { in IsButtonDown() function184 return IsButtonDown(native_event) ? ET_MOUSE_DRAGGED : ET_MOUSE_MOVED; in EventTypeFromNative()