0 Members and 1 Guest are viewing this topic.
function on.paint(gc) if helps then gc:drawString("Help",50,50) endendfunction on.help() helps = true platform.window:invalidate()end
There are quite a few things incorrect/incomplete on Inspired Lua and wiki, but it's a pretty good resource.So what's the usefulness of on.help when you have to press two buttons to access it?
So what's the usefulness of on.help when you have to press two buttons to access it?
Is there any way to access the on.help event through nspire_emu, because I don't see a trig button...