Home
last modified time | relevance | path

Searched refs:fIsDragging (Results 1 – 2 of 2) sorted by relevance

/haiku/src/servers/app/decorator/
H A DWindowBehaviour.h36 bool IsDragging() const { return fIsDragging; } in IsDragging()
48 bool fIsDragging : 1; variable
H A DWindowBehaviour.cpp16 fIsDragging(false) in WindowBehaviour()