Futile icon indicating copy to clipboard operation
Futile copied to clipboard

Check issues with a disabled FButton still doing ToucheMove+TouchEnded

Open MattRix opened this issue 11 years ago • 0 comments

The FButton may still be calling TouchMoved and TouchEnded.

It probably just needs if(!_isEnabled) return; at the start of each method.

Also, make sure to consider the scenario where a button is disabled while being touched.

MattRix avatar Jul 02 '13 19:07 MattRix