Package limn.backend
Interface Backend.SceneModalHandle
- Enclosing interface:
Backend
public static interface Backend.SceneModalHandle
Handle to an in-scene modal (see
Backend.pushSceneModal(limn.backend.NativeWindow, boolean)); release() it on close.-
Method Summary
Modifier and TypeMethodDescriptionvoidrelease()Releases the in-scene modal, unblocking what it locked.
-
Method Details
-
release
void release()Releases the in-scene modal, unblocking what it locked. UI thread only.
-