|
| virtual void | tick (::InputEventQueue &eventQueue, ::TouchPointResults &touchPointResults, int yAxisInversionFactor) |
|
MCAPI | TouchTurnInteractControl (::std::function<::RectangleArea()> area, ::std::function<::RectangleArea()> hotbarArea, uint turnInteractButtonId, uint tapButtonId, uint holdButtonId, float holdSensitivity, ::std::function< bool()> condition, ::std::function<::std::vector<::RectangleArea >()> inactiveAreas) |
|
MCAPI void | addPreviousActivePointer (int pointerId) |
|
MCFOLD::TouchTurnControlState const & | getCurrentControlState () const |
|
MCFOLD ::std::set< int > const & | getPreviousActivePointers () const |
|
MCAPI void | incrementMoveDelta (::InputEventQueue &eventQueue, float x, float y, int yAxisInversionFactor) |
|
MCAPI void | setCurrentControlState (::TouchTurnControlState const &touchTurnControlState) |
|
MCFOLD void | setPersistentData (bool status) |
|
MCAPI void | switchState (::InputEventQueue &eventQueue, ::TouchTurnState newState) |
|
MCAPI void * | $ctor (::std::function<::RectangleArea()> area, ::std::function<::RectangleArea()> hotbarArea, uint turnInteractButtonId, uint tapButtonId, uint holdButtonId, float holdSensitivity, ::std::function< bool()> condition, ::std::function<::std::vector<::RectangleArea >()> inactiveAreas) |
|
MCAPI void | $dtor () |
|
MCAPI void | $tick (::InputEventQueue &eventQueue, ::TouchPointResults &touchPointResults, int yAxisInversionFactor) |
|
virtual uint | getHoldButtonId () const |
|
virtual int | getActivePointerId () const |
|
virtual bool | releaseOnClear () const |
|
virtual void | render (::InputRenderContext &context) const |
|
virtual void | release (::InputEventQueue &eventQueue) |
|
MCAPI bool | canUpdateActivePointer (::TouchPointResults &touchPointResults, int pointerId, float &x, float &y) const |
|
MCAPI int | getNewActivePointer (::TouchPointResults &touchPointResults, ::RectangleArea const &area, float &x, float &y, ::std::vector<::RectangleArea > const &areasToIgnore, ::std::vector< int > const &pointerIdsToIgnore, bool consumeInput) const |
|
MCAPI void | setWindowSize (int width, int height) |
|
MCAPI void * | $ctor (::std::function<::RectangleArea()> area) |
|
MCFOLD uint | $getHoldButtonId () const |
|
MCFOLD int | $getActivePointerId () const |
|
MCFOLD bool | $releaseOnClear () const |
|
MCFOLD void | $render (::InputRenderContext &context) const |
|
MCFOLD void | $release (::InputEventQueue &eventQueue) |
|
|
::ll::TypedStorage< 8, 64, ::std::function< bool()> > | mCondition |
|
::ll::TypedStorage< 8, 64, ::std::function<::std::vector<::RectangleArea >()> > | mGetInactiveAreasCallback |
|
::ll::TypedStorage< 4, 4, uint const > | mTurnInteractButtonId |
|
::ll::TypedStorage< 4, 4, uint const > | mTapButtonId |
|
::ll::TypedStorage< 4, 4, uint const > | mHoldButtonId |
|
::ll::TypedStorage< 4, 4, float > | mHoldSensitivity |
|
::ll::TypedStorage< 1, 1, bool > | mPersistData |
|
::ll::TypedStorage< 8, 32, ::TouchTurnControlState > | mState |
|
::ll::TypedStorage< 8, 64, ::std::function<::RectangleArea()> > | mHotbarArea |
|
::ll::TypedStorage< 8, 16, ::std::set< int > > | mPreviousActivePointers |
|
::ll::TypedStorage< 8, 64, ::std::function<::RectangleArea()> > | mArea |
|
::ll::TypedStorage< 4, 4, int > | mScreenWidth |
|
::ll::TypedStorage< 4, 4, int > | mScreenHeight |
|
::ll::TypedStorage< 8, 32, ::std::string > | mCurrentLabel |