Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
901
void Device::unpause()
902
{
903
_paused = 0;
904
}
905
906
void Device::resolution(u16 &width, u16 &height)
907
{
Callers
2
device_command_unpause
Function · 0.80
device_command_game
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected