MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / setPosition

Method setPosition

src/doc/cel.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63void Cel::setPosition(int x, int y)
64{
65 setPosition(gfx::Point(x, y));
66}
67
68void Cel::setPosition(const gfx::Point& pos)
69{

Callers 3

createCopyMethod · 0.45
read_celdataFunction · 0.45
createBasicSpriteMethod · 0.45

Calls 1

PointClass · 0.85

Tested by

no test coverage detected