MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / getArrowsRightEdge

Method getArrowsRightEdge

src/Interface/TextList.cpp:124–127  ·  view source on GitHub ↗

* Gets the arrowsRightEdge. * @return arrowsRightEdge. */

Source from the content-addressed store, hash-verified

122 * @return arrowsRightEdge.
123 */
124int TextList::getArrowsRightEdge()
125{
126 return _arrowsRightEdge;
127}
128
129/**
130 * Unpresses all the arrow buttons.

Callers 7

lstSoldiersClickMethod · 0.80
lstSoldiersMousePressMethod · 0.80
lstItemsMousePressMethod · 0.80
lstItemsMousePressMethod · 0.80
lstItemsMousePressMethod · 0.80
lstItemsMousePressMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected