mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-15 19:16:58 +02:00
modernize #1
This commit is contained in:
parent
d2f7e60f46
commit
4c459cc41f
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