Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-26 | iOS: added delay gesture recognizer | Sergey Minakov | |
This gesture recognizer will prevent GodotView from processing unwanted gestures. Emulates UIScrollView behavior. Fires delayed touches on significant movement. | |||
2020-07-25 | iOS: Vulkan support | Sergey Minakov | |
Implemented Vulkan Support. Use DisplayServer for rendering and input handling Use single view for rendering in both GLES2 (not supported yet) and Vulkan Use @available checks where it's required (otherwise compiler would fail compilation) Simulator checks |