2 * Copyright 2009, Alexandre Deckner, alex@zappotek.com
3 * Distributed under the terms of the MIT License.
5 #ifndef DRAG_TRACKING_FILTER_H
6 #define DRAG_TRACKING_FILTER_H
8 #include <MessageFilter.h>
16 class DragTrackingFilter
: public BMessageFilter
{
18 DragTrackingFilter(BView
* targetView
, uint32 messageWhat
);
20 filter_result
Filter(BMessage
* message
, BHandler
** _target
);
30 } // namespace BPrivate
32 using BPrivate::DragTrackingFilter
;
34 #endif // DRAG_TRACKING_FILTER_H