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