MCPcopy Create free account
hub / github.com/crownengine/crown / unpause

Method unpause

src/device/device.cpp:901–904  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

899}
900
901void Device::unpause()
902{
903 _paused = 0;
904}
905
906void Device::resolution(u16 &width, u16 &height)
907{

Callers 2

device_command_unpauseFunction · 0.80
device_command_gameFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected