Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheRealMJP/DeferredTexturing
/ KeyPressed
Method
KeyPressed
SampleFramework12/v1.00/Input.h:236–236 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
234
static BYTE currState[256];
235
236
static inline bool KeyPressed(BYTE value) { return (value & 0x80) > 0; };
237
};
238
239
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected