![]() |
libvirtualhid 16
Cross-platform C++ library for virtual HID devices.
|
Result returned by touchscreen creation. More...
#include <src/include/libvirtualhid/runtime.hpp>
Public Member Functions | |
| operator bool () const | |
| Check whether creation succeeded and produced a handle. | |
Public Attributes | |
| OperationStatus | status |
| Creation status. | |
| std::unique_ptr< Touchscreen > | touchscreen |
| Created touchscreen handle when creation succeeds. | |
Result returned by touchscreen creation.
|
inlineexplicit |
Check whether creation succeeded and produced a handle.
true when creation succeeded.