wixette / isb

Interactive Small Basic (ISB) - Simple scripting language to be embedded in Unity games or shell environments.
https://www.nuget.org/packages/ISB/
Apache License 2.0
24 stars 3 forks source link

Can I create/use events? #34

Open ratkingsminion opened 1 year ago

ratkingsminion commented 1 year ago

I wondered if it's possible to use events, like GraphicsWindow.KeyDown in the original Small Basic, which you can assign a subroutine that would be called when a key is pressed. (I actually would like to allow the same, or a similar functionality.)