Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OneLoneCoder/olcPixelGameEngine
/ move_down
Method
move_down
utilities/olcUTIL_Container.h:119–123 ·
view source on GitHub ↗
Move selected item negatively
Source
from the content-addressed store, hash-verified
117
118
// Move selected item negatively
119
void move_down()
120
{
121
if(move_down(m_nSelectedItem))
122
m_nSelectedItem--;
123
}
124
125
// Move specified item negatively
126
bool move_down(const size_t item)
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected