Does anyone know of any good documentation for Gtk# for Mono? I added a key release handler and can’t for the life of me figure out how to determine which key was actually pressed. I’m starting to understand why everyone avoids developing multiplatform.
Share
You have everything explained here:
http://www.mono-project.com/Monodoc
You can even download a tool in order to browse the documentation on your computer.
The place where you want to go is the monodoc directly, section Gnome Libraries >> Gtk:
http://docs.go-mono.com/
About your problem with the key handler, it sould look like this one:
Hope this helps.