MCPcopy Create free account
hub / github.com/SFML/SFML / Row

Method Row

examples/keyboard/Keyboard.cpp:465–469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

463 struct Row
464 {
465 Row(std::vector<Cell> theCells, float marginBottomRatio = 0.f) :
466 cells(std::move(theCells)),
467 marginBottom(marginBottomRatio * keySize)
468 {
469 }
470
471 std::vector<Cell> cells;
472 float marginBottom;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected