Difference between revisions of "User talk:Thesbros"
From ComputerCraft Wiki
(Keymapper API) |
|||
Line 1: | Line 1: | ||
== Keymapper API == | == Keymapper API == | ||
− | The keymapper API was intended to assist with deciphering os.pullEvent("key") calls. os.pullEvent("char") basically replicates the conditions that it was intended to solve, and that's why os.pullEvent("char") was the only one I listed in the deprecated statement. Can you explain to me your reasoning for including key events in the notice? | + | The keymapper API was intended to assist with deciphering os.pullEvent("key") calls. os.pullEvent("char") basically replicates the conditions that it was intended to solve, and that's why os.pullEvent("char") was the only one I listed in the deprecated statement. Can you explain to me your reasoning for including key events in the notice? [[User:Riking|Riking]] |
Revision as of 01:25, 24 October 2012
Keymapper API
The keymapper API was intended to assist with deciphering os.pullEvent("key") calls. os.pullEvent("char") basically replicates the conditions that it was intended to solve, and that's why os.pullEvent("char") was the only one I listed in the deprecated statement. Can you explain to me your reasoning for including key events in the notice? Riking