MCPcopy Create free account
hub / github.com/EasyRPG/Player / testPan

Function testPan

tests/game_player_pan.cpp:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30static void testPan(Game_Player& ch, bool active, bool locked, int dx, int dy, int dtx, int dty, int w) {
31 testPanAbs(ch, active, locked, dx * SCREEN_TILE_SIZE, dy * SCREEN_TILE_SIZE, dtx * SCREEN_TILE_SIZE, dty * SCREEN_TILE_SIZE, w);
32}
33
34TEST_CASE("StartResetPan") {
35 Game_Player ch;

Callers 2

testAnimBlockedFunction · 0.85

Calls 1

testPanAbsFunction · 0.85

Tested by

no test coverage detected