Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenXcom/OpenXcom
/ invalidate
Method
invalidate
src/Engine/Surface.cpp:828–831 ·
view source on GitHub ↗
* Set the surface to be redrawn */
Source
from the content-addressed store, hash-verified
826
* Set the surface to be redrawn
827
*/
828
void Surface::invalidate()
829
{
830
_redraw = true;
831
}
832
833
/**
834
* Returns the help description of this surface,
Callers
8
think
Method · 0.80
scrollXY
Method · 0.80
handleState
Method · 0.80
onHealClick
Method · 0.80
hoverRedraw
Method · 0.80
resize
Method · 0.80
updateArrows
Method · 0.80
blit
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected