MCPcopy Create free account
hub / github.com/diasurgical/devilution / keystate_for_mouse

Function keystate_for_mouse

SourceX/miniwin/misc_msg.cpp:252–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250}
251
252WPARAM keystate_for_mouse(WPARAM ret)
253{
254 ret |= (SDL_GetModState() & KMOD_SHIFT) ? DVL_MK_SHIFT : 0;
255 // XXX: other DVL_MK_* codes not implemented
256 return ret;
257}
258
259bool false_avail(const char *name, int value)
260{

Callers 1

PeekMessageAFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected