Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OneLoneCoder/olcPixelGameEngine
/ Mode
Enum
Mode
olcPixelGameEngine.h:1096–1096 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1094
int32_t width = 0;
1095
int32_t height = 0;
1096
enum Mode { NORMAL, PERIODIC, CLAMP };
1097
enum Flip { NONE = 0, HORIZ = 1, VERT = 2 };
1098
1099
public:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected