Talk:Keyboard input/Obtain a Y or N response: Difference between revisions

m
a note about obsolete package in Elm code
(→‎Scope questions: Not talking about touchscreens)
imported>Polarit
m (a note about obsolete package in Elm code)
 
(4 intermediate revisions by 3 users not shown)
Line 9:
:::This task is really to demonstrate operational facilities through the use of a keyboard on computers that have a keyboard attached. A solution using only touchscreen widgets would not fulfil this task, unless these widgets also responded to keypresses from an attached keyboard (ie they operate in parallel with the keyboard). We could always create a separate task for obtaining responses through keyboardless touchscreens, if this is required in future. [[User:Markhobley|Markhobley]] 17:30, 28 June 2011 (UTC)
::::No touchscreens were mentioned. I was asking about console/shell input versus text boxes (like the one I'm typing in now or those in on-screen dialogs). It seems that you will allow graphical input based on that answer as long as the keypresses come from a physical keyboard. Am I correct? --[[User:Mwn3d|Mwn3d]] 17:40, 28 June 2011 (UTC)
:::::Yes. The method of display is not important for this task. [[User:Markhobley|Markhobley]] 18:26, 28 June 2011 (UTC)
:::::If the language has different keyboard input mechanisms depending on whether this is a console keyboard or not, then it would be good to see both methods demonstrated. [[User:Markhobley|Markhobley]] 18:34, 28 June 2011 (UTC)
 
== common lisp ==
 
started working on fixing that but don't have time to continue now.
 
hints to possible solutions can be found here:
http://coding.derkeiler.com/Archive/Lisp/comp.lang.lisp/2009-11/msg00568.html
and here:
http://coding.derkeiler.com/Archive/Lisp/comp.lang.lisp/2009-11/msg00666.html
 
--[[User:EMBee|eMBee]] 04:39, 11 March 2013 (UTC)
 
== Elm ==
Refers to obsolete package: Graphics.Elements, not existing in the recent version of Elm 0.19.1
Anonymous user