class
UwpApplicationMain entry point and handler for UWP (Universal Windows Platform) applications.
Base classes
- class Application
- Base class for main entry points of nCine applications.
Public static functions
- static auto Run(CreateAppEventHandlerDelegate createAppEventHandler) -> int
- Entry point method to be called in the
wWinMain()
function.
Constructors, destructors, conversion operators
- UwpApplication()
- ~UwpApplication() defaulted
Public functions
- auto OpenUrl(StringView url) -> bool override
- Opens the specified URL in a default web browser.
Friends
- auto theApplication() -> Application&
- Returns application instance.