glkote
glkote copied to clipboard
A Javascript display library for IF interfaces
If the input element isn't focused (by clicking elsewhere in the window) the arrow keys aren't captured as character events. Possibly this is by design (to allow you to scroll...
(And return true on gestalt_GraphicsCharInput.) Once this works, we can allow RemGlk to support it and test the feature end-to-end.
It should give more storage capacity than localStorage. We'll still want to fall back to localStorage if IndexedDB isn't available.
`glkapi.js` still says: ``` /* Style hints are not supported. We will use the new style system. */ ``` At least six years later, the new style system has yet...
Quixe side: erkyrath/quixe#3 I basically took what was there and ran with it. :) I had to expose DOM objects directly to glkote; otherwise `glk_image_get_info` can't work and sound won't...
Quixe now uses Uint8Array for memory. We could switch glkapi.js over to Uint32Array for character arrays, and have gi_dispa.js send those. (I don't think glkote.js uses character arrays anywhere; it's...