Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ SetMouseCursor
Method
SetMouseCursor
trinity/UI/Tr2MainWindow.cpp:407–414 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
405
}
406
407
void Tr2MainWindow::SetMouseCursor( Tr2MouseCursor* cursor )
408
{
409
m_cursor = cursor;
410
if( m_cursor )
411
{
412
m_cursor->Apply();
413
}
414
}
415
416
void Tr2MainWindow::SanitizeAdapter( uint32_t& adapter ) const
417
{
Callers
nothing calls this directly
Calls
1
Apply
Method · 0.45
Tested by
no test coverage detected