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

Method getSize

src/SFML/Window/DRM/WindowImplDRM.cpp:112–115  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

110
111////////////////////////////////////////////////////////////
112Vector2u WindowImplDRM::getSize() const
113{
114 return m_size;
115}
116
117
118////////////////////////////////////////////////////////////

Callers 1

DRMContextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected