turtle.native.function()But now this points to the same function as
turtle.function()which sadly, is the wrapped function. As a result, im unable to get the id for the turtle action, and therefor don't know which turtle_response event corresponds to what action.
Noteably the wrapping of the turtle functions is no longer present in the turtle API, the required events however are still fired. Anyone know if this is a bug, or an intended modification? Or perhaps know of a different way of getting to the raw functions? I realize the parallel API is a probable solution, but it tends to get messy when running in conjuction with other programs and APIs, so i'd like to avoid it if possible. Same goes for global pullEvent overides.
Edited by CometWolf, 03 January 2015 - 04:19 PM.











