Skip to content

Instantly share code, notes, and snippets.

@blurymind
Created July 24, 2016 17:12
Show Gist options
  • Save blurymind/7fed8aef9e5c224b01c010167295404f to your computer and use it in GitHub Desktop.
Save blurymind/7fed8aef9e5c224b01c010167295404f to your computer and use it in GitHub Desktop.
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