MayaFlux
0.5.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
◆
operator|()
constexpr
TabletAxes
MayaFlux::Core::operator|
(
TabletAxes
a
,
TabletAxes
b
)
constexpr
noexcept
Definition at line
34
of file
TabletFrame.hpp
.
35
{
36
return
static_cast<
TabletAxes
>
(
37
static_cast<
uint16_t
>
(
a
) |
static_cast<
uint16_t
>
(
b
));
38
}
a
size_t a
Definition
ProximityGraphs.cpp:20
b
size_t b
Definition
ProximityGraphs.cpp:20
MayaFlux::Core::TabletAxes
TabletAxes
Axes a tool actually reports.
Definition
TabletFrame.hpp:24
References
a
, and
b
.
MayaFlux
Core
Generated by
1.9.8