Mikhail Gribanov
Mikhail Gribanov
In my shaders, I want to use my variable names (instead of, for example, `in vec2 v_texcoord;` or `uniform vec2 u_mouse;`) and it's inconvenient for me to rename them every...
I want to achieve this behavior: https://github.com/saket/telephoto/assets/4838367/1d29b3d5-0e43-45fe-9b93-4af06923cf3b How can I do it? In [Subsampling Scale Image View](https://github.com/davemorrissey/subsampling-scale-image-view) I only have to `setPanLimit(SubsamplingScaleImageView.PAN_LIMIT_CENTER)` for this.
 - Adding `autofocus` property. The control will attempt to automatically grab focus when it becomes visible. If multiple controls enable `autofocus` property, the last control to become visible will...