Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenXcom/OpenXcom
/ ShaderMove
Method
ShaderMove
src/Engine/ShaderMove.h:39–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
friend struct helper::controler<ShaderMove<Pixel> >;
38
39
inline ShaderMove(Surface* s):
40
_base(s),
41
_move_x(s->getX()), _move_y(s->getY())
42
{
43
44
}
45
46
inline ShaderMove(Surface* s, int move_x, int move_y):
47
_base(s),
Callers
nothing calls this directly
Calls
2
getX
Method · 0.45
getY
Method · 0.45
Tested by
no test coverage detected