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

Method getFirstWindow

Engine/source/windowManager/sdl/sdlWindowMgr.cpp:353–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351}
352
353PlatformWindow * PlatformWindowManagerSDL::getFirstWindow()
354{
355 return mWindowListHead != NULL ? mWindowListHead : NULL;
356}
357
358PlatformWindow* PlatformWindowManagerSDL::getFocusedWindow()
359{

Callers 10

setWindowLockedMethod · 0.45
getWin32WindowHandleFunction · 0.45
setCursorPositionMethod · 0.45
messageBoxMethod · 0.45
script_input_eventFunction · 0.45
torque_resizewindowFunction · 0.45
torque_gethwndFunction · 0.45
torque_directmessageFunction · 0.45
doMainLoopMethod · 0.45
messageBoxMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected