MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ TabletState

enum class MayaFlux::Core::TabletState : uint32_t
strong

State bits packed into the STATE slot.

Enumerator
NONE 
IN_PROXIMITY 
IN_CONTACT 

Definition at line 54 of file TabletFrame.hpp.

54 : uint32_t {
55 NONE = 0,
56 IN_PROXIMITY = 1U << 0U,
57 IN_CONTACT = 1U << 1U
58};