Created
July 24, 2016 17:12
-
-
Save blurymind/7fed8aef9e5c224b01c010167295404f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var curSelectedItem = 0 | |
func _on_ItemList_item_selected( index ): | |
if curSelectedItem == index: print('Double Clicked!') | |
curSelectedItem = index |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment