i've this agOpenGl.setViewport(0, 0, width, height...
# korge
p
i've this agOpenGl.setViewport(0, 0, width, height) in my android app, but looks like that method doesn't exists anymore with those parameters...
d
why was that required? I changed how it worked that
to get it working on awt/macos inside intellij with other components
p
do you remember that I had to create a view for having korge draw on it ?
d
I think we should integrate that in korgw itself
so it is just a component for you
p
yes, that would be great
the only thing is that i believe there are some depedencies from my specific project... it's not very well isolated
yeah... there are many dependencies to com.senaptec
d
we can do something to make that extendable
maybe provide signals or method to extend, etc.
you were adding the playSound because there was a bug or something like that, right?
p
right
d
I'm going to try to include an android view in the next release and add a sample embedding it into an existing application
p
i see that mainly all the callbacks are made through line 194
d
p
in the Module definition
excellent
about the viewport so i can run in on android ?
any clues ?
this is the current activity
p
well... just removing the viewport call it seems to be working... 🤷
d
glad to know
the viewport maybe is automatically set