antirez / load81

SDL based Lua programming environment for kids similar to Codea
BSD 2-Clause "Simplified" License
599 stars 62 forks source link

Added to support mouse scrolling, page up, page down, home, and end #56

Closed cobrajs closed 12 years ago

cobrajs commented 12 years ago

This commit adds support for paging, scrolling, and the home and end keys. Also includes basic support for key modifiers, and Ctrl+Home goes to the top of the file, and Ctrl+End goes to the end.