Home
last modified time | relevance | path

Searched refs:isBottomSizingLocation (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/cegui/cegui-0.8.7/cegui/include/CEGUI/widgets/
H A DFrameWindow.h623 …bool isBottomSizingLocation(SizingLocation loc) const {return ((loc == SizingBottom) || (loc == S… in isBottomSizingLocation() function
/dports/graphics/cegui/cegui-0.8.7/cegui/src/widgets/
H A DFrameWindow.cpp599 else if (isBottomSizingLocation(dragEdge)) in onMouseMove()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/ScriptModules/Python/bindings/output/CEGUI/
H A DFrameWindow.pypp.cpp50 bool isBottomSizingLocation( ::CEGUI::FrameWindow::SizingLocation loc ) const { in isBottomSizingLocation() function
51 return CEGUI::FrameWindow::isBottomSizingLocation( loc ); in isBottomSizingLocation()
1644 … , isBottomSizingLocation_function_type( &FrameWindow_wrapper::isBottomSizingLocation ) in register_FrameWindow_class()