diff options
| author | Elizabeth Hunt <me@liz.coffee> | 2025-10-26 21:38:22 -0700 |
|---|---|---|
| committer | Elizabeth Hunt <me@liz.coffee> | 2025-10-26 21:39:58 -0700 |
| commit | a8e5e723b7e1891c9b352261a3ee4c3d3563e8cf (patch) | |
| tree | 853df79c877d37d7e5d25f52b301aedcc3d5db55 /composeApp/src/iosMain/kotlin/coffee | |
| parent | 395aa7d1c312e495517701be11c21425d9a5838e (diff) | |
| download | abstraction-engine-kt-a8e5e723b7e1891c9b352261a3ee4c3d3563e8cf.tar.gz abstraction-engine-kt-a8e5e723b7e1891c9b352261a3ee4c3d3563e8cf.zip | |
Diffstat (limited to 'composeApp/src/iosMain/kotlin/coffee')
| -rw-r--r-- | composeApp/src/iosMain/kotlin/coffee/liz/abstractionengine/MainViewController.kt | 2 | ||||
| -rw-r--r-- | composeApp/src/iosMain/kotlin/coffee/liz/abstractionengine/Platform.ios.kt | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/composeApp/src/iosMain/kotlin/coffee/liz/abstractionengine/MainViewController.kt b/composeApp/src/iosMain/kotlin/coffee/liz/abstractionengine/MainViewController.kt index 84b004a..45eb9fa 100644 --- a/composeApp/src/iosMain/kotlin/coffee/liz/abstractionengine/MainViewController.kt +++ b/composeApp/src/iosMain/kotlin/coffee/liz/abstractionengine/MainViewController.kt @@ -3,4 +3,4 @@ package coffee.liz.abstractionengine import androidx.compose.ui.window.ComposeUIViewController import coffee.liz.abstractionengine.app.App -fun MainViewController() = ComposeUIViewController { App() }
\ No newline at end of file +fun MainViewController() = ComposeUIViewController { App() } diff --git a/composeApp/src/iosMain/kotlin/coffee/liz/abstractionengine/Platform.ios.kt b/composeApp/src/iosMain/kotlin/coffee/liz/abstractionengine/Platform.ios.kt index d52c60f..79de7df 100644 --- a/composeApp/src/iosMain/kotlin/coffee/liz/abstractionengine/Platform.ios.kt +++ b/composeApp/src/iosMain/kotlin/coffee/liz/abstractionengine/Platform.ios.kt @@ -1,7 +1,7 @@ package coffee.liz.abstractionengine -class IOSPlatform: Platform { +class IOSPlatform : Platform { override val needsTouchscreenControls = true } -actual fun getPlatform(): Platform = IOSPlatform()
\ No newline at end of file +actual fun getPlatform(): Platform = IOSPlatform() |
