Searched defs:ManageWindowState (Results 1 – 1 of 1) sorted by relevance
624 struct DefaultWindowBehaviour::ManageWindowState : State { struct in DefaultWindowBehaviour625 ManageWindowState(DefaultWindowBehaviour& behavior, BPoint where) in ManageWindowState() function634 virtual void EnterState(State* previousState) in EnterState()639 virtual void ExitState(State* nextState) in ExitState()644 virtual bool MouseDown(BMessage* message, BPoint where, bool& _unhandled) in MouseDown()659 virtual void MouseMoved(BMessage* message, BPoint where, bool isFake) in MouseMoved()670 virtual void ModifiersChanged(BPoint where, int32 modifiers) in ModifiersChanged()677 void _UpdateBorders(BPoint where) in _UpdateBorders()714 BPoint fLastMousePosition;715 int8 fHorizontal;[all …]