MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / ToString

Function ToString

Source/Engine/Platform/GDK/GDKInput.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11static_assert(sizeof(Guid) <= sizeof(APP_LOCAL_DEVICE_ID), "Invalid Game Input deviceId size.");
12
13String ToString(GameInputString const* name)
14{
15 return name && name->data ? String(name->data) : String::Empty;
16}
17
18/// <summary>
19/// Implementation of the gamepad device for GDK platform.

Callers 15

GDKGamepadMethod · 0.70
SaveTimelineMethod · 0.50
loadMethod · 0.50
SaveSurfaceMethod · 0.50
loadMethod · 0.50
SaveSurfaceMethod · 0.50
GenerateMethod · 0.50
LogInfoMethod · 0.50
GetDragDropDataFunction · 0.50
MacWindowMethod · 0.50
GetTextMethod · 0.50
MacPlatform.cppFile · 0.50

Calls 1

StringClass · 0.50

Tested by

no test coverage detected