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

Method Update

Source/Engine/Platform/iOS/iOSPlatform.cpp:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 }
53
54 bool Update(EventQueue& queue) override
55 {
56 ScopeLock lock(_locker);
57 return InputDevice::Update(queue);
58 }
59
60 void OnTouch(EventType type, float x, float y, int32 pointerId)
61 {

Callers

nothing calls this directly

Calls 1

UpdateFunction · 0.50

Tested by

no test coverage detected