Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OneLoneCoder/olcPixelGameEngine
/ SetPixelMode
Method
SetPixelMode
olcPixelGameEngine.h:4229–4232 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4227
}
4228
4229
void PixelGameEngine::SetPixelMode(Pixel::Mode m)
4230
{
4231
nPixelMode = m;
4232
}
4233
4234
Pixel::Mode PixelGameEngine::GetPixelMode()
4235
{
Callers
3
DrawSelf
Method · 0.80
Draw
Method · 0.80
DrawString
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected