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/liz/abstractionengine/Platform.ios.kt | |
| parent | 395aa7d1c312e495517701be11c21425d9a5838e (diff) | |
| download | abstraction-engine-kt-a8e5e723b7e1891c9b352261a3ee4c3d3563e8cf.tar.gz abstraction-engine-kt-a8e5e723b7e1891c9b352261a3ee4c3d3563e8cf.zip | |
Diffstat (limited to 'composeApp/src/iosMain/kotlin/coffee/liz/abstractionengine/Platform.ios.kt')
| -rw-r--r-- | composeApp/src/iosMain/kotlin/coffee/liz/abstractionengine/Platform.ios.kt | 4 |
1 files changed, 2 insertions, 2 deletions
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() |
