|
| virtual void | render (::InputRenderContext &context) const |
| |
| virtual void | tick (::InputEventQueue &eventQueue, ::TouchPointResults &touchPointResults, int yAxisInversionFactor) |
| |
| virtual void | release (::InputEventQueue &eventQueue) |
| |
|
MCAPI | TouchTapOrHoldGlyphButtonControl (::std::function<::RectangleArea()> area, ::std::function< bool()> condition, uint tapButtonId, uint holdButtonId, ::std::string const &iconPath, ::std::string const &pressedIconPath, ::ButtonColors const &buttonColors, int uvWidth, int uvHeight, float glyphScale) |
| |
|
MCAPI void * | $ctor (::std::function<::RectangleArea()> area, ::std::function< bool()> condition, uint tapButtonId, uint holdButtonId, ::std::string const &iconPath, ::std::string const &pressedIconPath, ::ButtonColors const &buttonColors, int uvWidth, int uvHeight, float glyphScale) |
| |
|
MCAPI void | $dtor () |
| |
|
MCAPI void | $render (::InputRenderContext &context) const |
| |
|
MCAPI void | $tick (::InputEventQueue &eventQueue, ::TouchPointResults &touchPointResults, int yAxisInversionFactor) |
| |
|
MCAPI void | $release (::InputEventQueue &eventQueue) |
| |
|
virtual uint | getHoldButtonId () const |
| |
|
virtual int | getActivePointerId () const |
| |
|
virtual bool | releaseOnClear () const |
| |
|
MCAPI bool | canUpdateActivePointer (::TouchPointResults &touchPointResults, int pointerId, float &x, float &y) const |
| |
|
MCAPI void * | $ctor (::std::function<::RectangleArea()> area) |
| |
|
MCFOLD uint | $getHoldButtonId () const |
| |
|
MCFOLD int | $getActivePointerId () const |
| |
|
MCFOLD bool | $releaseOnClear () const |
| |
|
|
::ll::TypedStorage< 8, 64, ::std::function< bool()> > | mCondition |
| |
|
::ll::TypedStorage< 4, 4, uint > | mTapButtonId |
| |
|
::ll::TypedStorage< 4, 4, uint > | mHoldButtonId |
| |
|
::ll::TypedStorage< 1, 1, ::ButtonState > | mButtonState |
| |
|
::ll::TypedStorage< 4, 16, ::mce::Color > | mPressedColor |
| |
|
::ll::TypedStorage< 4, 16, ::mce::Color > | mReleasedColor |
| |
|
::ll::TypedStorage< 4, 4, int > | mUx |
| |
|
::ll::TypedStorage< 4, 4, int > | mUv |
| |
|
::ll::TypedStorage< 4, 4, int > | mUvWidth |
| |
|
::ll::TypedStorage< 4, 4, int > | mUvHeight |
| |
|
::ll::TypedStorage< 4, 4, int > | mActivePointerId |
| |
|
::ll::TypedStorage< 8, 8, double > | mStartTime |
| |
|
::ll::TypedStorage< 1, 1, bool > | mIsHolding |
| |
|
::ll::TypedStorage< 4, 4, float > | mGlyphScale |
| |
|
::ll::TypedStorage< 8, 32, ::std::string > | mIconPath |
| |
|
::ll::TypedStorage< 8, 32, ::std::string > | mPressedIconPath |
| |
|
::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 |
| |