MCPcopy Create free account
hub / github.com/TASEmulators/fceux / WindowBoundsCheckNoResize

Function WindowBoundsCheckNoResize

src/drivers/win/common.cpp:19–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19void WindowBoundsCheckNoResize(int &windowPosX, int &windowPosY, long windowRight)
20{
21 if (windowRight < 59) {
22 windowPosX = 0;
23 }
24
25 if (windowPosY < -18) {
26 windowPosY = -18;
27 }
28}
29
30int recalculateResizedItemCoordinate(int initialValue, int initialBase, int newBase, unsigned int resizingType)
31{

Callers 15

LogConFunction · 0.85
AppWndProcFunction · 0.85
MonitorCallBFunction · 0.85
TracerCallBFunction · 0.85
MemFindCallBFunction · 0.85
MemWatchCallBFunction · 0.85
PPUViewCallBFunction · 0.85
CDLoggerCallBFunction · 0.85
CheatConsoleCallBFunction · 0.85
GGConvCallBFunction · 0.85
NTViewCallBFunction · 0.85
TextHookerCallBFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected