We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 821add6 + d779944 commit 8ed0a59Copy full SHA for 8ed0a59
cocos2d-ui/CCSlider.m
@@ -76,6 +76,8 @@ - (void) updateSliderPositionFromValue
76
77
- (void) touchEntered:(UITouch*)touch withEvent:(UIEvent*)event
78
{
79
+ if (!self.enabled) return;
80
+
81
CGPoint worldLocation = [touch locationInWorld];
82
83
[self inputEnteredWithWorlPos:worldLocation];
0 commit comments