Home
last modified time | relevance | path

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

/haiku/src/kits/interface/
H A DTextInput.cpp35 fInMouseDown(false) in _BTextInput_()
45 fInMouseDown(false) in _BTextInput_()
77 fInMouseDown = true; in MouseDown()
79 fInMouseDown = false; in MouseDown()
130 if (!fInMouseDown) in MakeFocus()
H A DTextInput.h55 bool fInMouseDown; variable