LeviLamina
Loading...
Searching...
No Matches
TouchGlyphButtonControl Class Reference
+ Inheritance diagram for TouchGlyphButtonControl:

Public Member Functions

virtual uint getHoldButtonId () const
 
virtual int getActivePointerId () const
 
virtual bool releaseOnClear () const
 
virtual void render (::InputRenderContext &context) const
 
virtual void tick (::InputEventQueue &eventQueue, ::TouchPointResults &touchPointResults, int yAxisInversionFactor)
 
virtual void release (::InputEventQueue &eventQueue)
 
MCAPI TouchGlyphButtonControl (::std::function<::RectangleArea()> area, ::std::function< bool()> condition, ::std::function< float()> opacity, uint buttonId, ::ButtonColors const &buttonColors, int ux, int uv, int uvWidth, int uvHeight, int activePointerId, bool passThrough, int touchStateRequirement, float glyphScale, bool promiscuous, bool extendButtonPressOutsideUntilReleased, float innerPaddingX, float innerPaddingY)
 
MCAPI TouchGlyphButtonControl (::std::function<::RectangleArea()> area, ::std::function< bool()> condition, ::std::function< float()> opacity, uint buttonId, ::std::string const &iconPath, ::std::string const &pressedIconPath, ::ButtonColors const &buttonColors, int uvWidth, int uvHeight, int activePointerId, bool passThrough, int touchStateRequirement, float glyphScale, bool promiscuous, bool extendButtonPressOutsideUntilReleased, float innerPaddingX, float innerPaddingY)
 
MCAPI void * $ctor (::std::function<::RectangleArea()> area, ::std::function< bool()> condition, ::std::function< float()> opacity, uint buttonId, ::ButtonColors const &buttonColors, int ux, int uv, int uvWidth, int uvHeight, int activePointerId, bool passThrough, int touchStateRequirement, float glyphScale, bool promiscuous, bool extendButtonPressOutsideUntilReleased, float innerPaddingX, float innerPaddingY)
 
MCAPI void * $ctor (::std::function<::RectangleArea()> area, ::std::function< bool()> condition, ::std::function< float()> opacity, uint buttonId, ::std::string const &iconPath, ::std::string const &pressedIconPath, ::ButtonColors const &buttonColors, int uvWidth, int uvHeight, int activePointerId, bool passThrough, int touchStateRequirement, float glyphScale, bool promiscuous, bool extendButtonPressOutsideUntilReleased, float innerPaddingX, float innerPaddingY)
 
MCAPI void $dtor ()
 
MCFOLD uint $getHoldButtonId () const
 
MCAPI int $getActivePointerId () const
 
MCAPI bool $releaseOnClear () const
 
MCAPI void $render (::InputRenderContext &context) const
 
MCAPI void $tick (::InputEventQueue &eventQueue, ::TouchPointResults &touchPointResults, int yAxisInversionFactor)
 
MCAPI void $release (::InputEventQueue &eventQueue)
 
MCAPI bool canUpdateActivePointer (::TouchPointResults &touchPointResults, int pointerId, float &x, float &y) const
 
MCAPI void * $ctor (::std::function<::RectangleArea()> area)
 

Static Public Member Functions

static MCAPI void ** $vftable ()
 

Public Attributes

::ll::TypedStorage< 8, 64, ::std::function< bool()> > mCondition
 
::ll::TypedStorage< 8, 64, ::std::function< float()> > mOpacity
 
::ll::TypedStorage< 4, 4, uint > mButtonId
 
::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, float > mInnerPaddingX
 
::ll::TypedStorage< 4, 4, float > mInnerPaddingY
 
::ll::TypedStorage< 4, 4, int > mActivePointerId
 
::ll::TypedStorage< 1, 1, bool > mPassThrough
 
::ll::TypedStorage< 1, 1, bool > mPromiscuous
 
::ll::TypedStorage< 4, 4, int > mTouchStateRequirement
 
::ll::TypedStorage< 8, 8, int64 > mTimeSinceFirstPress
 
::ll::TypedStorage< 1, 1, bool > mWaitingForSecondPress
 
::ll::TypedStorage< 1, 1, bool > mExtendButtonPressOutsideAreaUntilReleased
 
::ll::TypedStorage< 8, 32, ::std::string > mIconPath
 
::ll::TypedStorage< 8, 32, ::std::string > mPressedIconPath
 
::ll::TypedStorage< 4, 4, float > mGlyphScale
 
::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
 

Member Function Documentation

◆ getHoldButtonId()

virtual uint TouchGlyphButtonControl::getHoldButtonId ( ) const
virtual

Reimplemented from TouchControl.

◆ getActivePointerId()

virtual int TouchGlyphButtonControl::getActivePointerId ( ) const
virtual

Reimplemented from TouchControl.

◆ releaseOnClear()

virtual bool TouchGlyphButtonControl::releaseOnClear ( ) const
virtual

Reimplemented from TouchControl.

◆ render()

virtual void TouchGlyphButtonControl::render ( ::InputRenderContext & context) const
virtual

Reimplemented from TouchControl.

◆ tick()

virtual void TouchGlyphButtonControl::tick ( ::InputEventQueue & eventQueue,
::TouchPointResults & touchPointResults,
int yAxisInversionFactor )
virtual

Reimplemented from TouchControl.

◆ release()

virtual void TouchGlyphButtonControl::release ( ::InputEventQueue & eventQueue)
virtual

Reimplemented from TouchControl.

◆ $vftable()

static MCAPI void ** TouchGlyphButtonControl::$vftable ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

The documentation for this class was generated from the following files: