Er whoops, forgot one bit of info in the past two commits.

This commit is contained in:
Pietro Gagliardi 2014-03-20 12:14:30 -04:00
parent e517115556
commit 88b8937c30
1 changed files with 1 additions and 0 deletions

View File

@ -677,3 +677,4 @@ Virtual key code range | Limited to physical keys on conventional keyboards; out
Character translation at all | Provided by OS, but not sure about some behavioral details (*TODO*) | multiple; see the GTK+ section above; each problematic | Provided by OS; escape hatches available
Single-keystroke character translation | *TODO* | Constants exist for whatever keyboard layout you can imagine | *TODO*
Multi-keystroke character translation | `WM_DEADCHAR`/`WM_UNICHAR` | (see GTK+ s ectiona bove for issues) | Provided by OS; escape hatches avialable
Character translation ignoring input language (so the programmer can know that the A key was pressed regardless of language) | *TODO* | *TODO* | *maybe* `charactersIgnoringModifiers`? *TODO*