MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / getFirstWindow

Method getFirstWindow

Engine/source/windowManager/sdl/sdlWindowMgr.cpp:486–489  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

484}
485
486PlatformWindow * PlatformWindowManagerSDL::getFirstWindow()
487{
488 return mWindowListHead != NULL ? mWindowListHead : NULL;
489}
490
491PlatformWindow* PlatformWindowManagerSDL::getFocusedWindow()
492{

Callers 10

setWindowLockedMethod · 0.45
getWin32WindowHandleFunction · 0.45
messageBoxMethod · 0.45
torque_resizewindowFunction · 0.45
torque_gethwndFunction · 0.45
torque_directmessageFunction · 0.45
torque_inputeventFunction · 0.45
doMainLoopMethod · 0.45
debugBreakMethod · 0.45
messageBoxMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected