Inherit from UComponentLogic
Related Classes
- UComponentLogic
- SLayoutComponent
SUMMARY #
Base class supporting multitouch. The main benefit at the moment is gesture support. In a future update, I’ll add support for drawing and multitouch without gestures. In the current implementation, information is sent to listeners.
GESTURE DETECTION #
To enable gesture detection on this component, you must first disable gesture detection on the screen. In the Touch Interface Layout settings, uncheck All Screen Gesture. Then, within the component, check Support Gesture. Gestures performed in the component’s hitbox will be sent to the gesture recognizers.
