func init end func doGetMethod(args) event('onButton', sys.to_type(args, 0) + '.Button') event('onClicks', sys.to_type(args, 0) + '.Clicks') event('onDelta', sys.to_type(args, 0) + '.Delta') event('onLocation', sys.to_type(args, 0) + '.Location') event('onX', sys.to_type(args, 0) + '.X') event('onY', sys.to_type(args, 0) + '.Y') end