15 MCAPI_C
static void commit();
17 MCAPI_C
static void feed(
char actionButtonId,
char buttonData,
short x,
short y,
int pointerId);
23 MCAPI_C
static int& _activePointerCount();
25 MCAPI_C static ::std::add_lvalue_reference_t<int[]> _activePointerList();
27 MCAPI_C
static int& _activePointerThisUpdateCount();
29 MCAPI_C static ::std::add_lvalue_reference_t<int[]> _activePointerThisUpdateList();
31 MCAPI_C static ::std::vector<::MouseAction>& _inputs();
33 MCAPI_C static ::std::add_lvalue_reference_t<::MouseDevice[]> _pointers();
35 MCAPI_C static ::std::add_lvalue_reference_t<bool[]> _wasEdgeTouch();
37 MCAPI_C static ::std::add_lvalue_reference_t<bool[]> _wasPressed();
39 MCAPI_C static ::std::add_lvalue_reference_t<bool[]> _wasPressedThisUpdate();
41 MCAPI_C static ::std::add_lvalue_reference_t<bool[]> _wasReleased();
43 MCAPI_C static ::std::add_lvalue_reference_t<bool[]> _wasReleasedThisUpdate();