mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-30 21:49:00 +02:00
modernize #1
This commit is contained in:
parent
f5fb0140f9
commit
e67e59b940
5 changed files with 65 additions and 941 deletions
|
|
@ -80,13 +80,9 @@ public struct AppUI {
|
|||
public func gyroMoved(x: Float, y: Float, z: Float, accelX: Float, accelY: Float, accelZ: Float, controllerId: Int32, deltaTimestamp: Int32) {
|
||||
// Calling the Objective-C function with both gyroscope and accelerometer data
|
||||
appUIObjC.virtualControllerGyro(controllerId,
|
||||
deltaTimestamp: deltaTimestamp,
|
||||
gyroX: x,
|
||||
gyroY: y,
|
||||
gyroZ: z,
|
||||
accelX: accelX,
|
||||
accelY: accelY,
|
||||
accelZ: accelZ)
|
||||
deltaTimestamp: deltaTimestamp,
|
||||
gyroX: x, gyroY: y, gyroZ: z,
|
||||
accelX: accelX, accelY: accelY, accelZ: accelZ)
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue