• Ivan Matkov's avatar
    Remove input handling (#893) · 16473284
    Ivan Matkov authored
    skiko is supposed to be a wrapper around skia, however it has unrelated
    features like input. This PR removes it from this library - it's
    supposed to be handled externally.
    
    - Removed `SkikoInput`, `SkikoKey`, `SkikoPlatform*Event`
    - Replaced `SkikoView` to `SkikoRenderDelegate` and related field in
    `SkiaLayer`
    - `SkiaLayer` on macOS native now receives `NSView` instead of creating
    it internally and attaching it to the `NSWindow`. In theory, it allows
    initializing non-full-window skia view there (not tested)
    - Updated samples and readme
    16473284
Name
Last commit
Last update
..
gradle/wrapper Loading commit data...
plists/Ios Loading commit data...
src Loading commit data...
webpack.config.d Loading commit data...
README.md Loading commit data...
build.gradle.kts Loading commit data...
gradle.properties Loading commit data...
gradlew Loading commit data...
gradlew.bat Loading commit data...
import-build-gradle-project.png Loading commit data...
ios-run-in-appcode.png Loading commit data...
project.yml Loading commit data...
settings.gradle.kts Loading commit data...