Docs @ Psychtoolbox Wiki : CharAvail

Search PTB Function help:
homepsychtoolbox.orgpage updateslogin

Revision [12107]

Last edited on 2010-12-06 10:27:42 by DocBot
Additions:
"http://svn.berlios.de/svnroot/repos/osxptb/beta/Psychtoolbox/PsychBasic/CharAvail.m">beta</a> | view WebSVN <a href=
"http://svn.berlios.de/wsvn/osxptb/trunk/Psychtoolbox/PsychBasic/CharAvail.m?op=log">changelog</a> of trunk branch</span>
Deletions:
"http://svn.berlios.de/svnroot/repos/osxptb/beta/Psychtoolbox/PsychBasic/CharAvail.m">beta</a> | view in <a href=
"http://svn.berlios.de/wsvn/osxptb/beta/Psychtoolbox/PsychBasic/CharAvail.m?view=markup">WebSVN with changelog</a></span>


Revision [10131]

Edited on 2010-09-09 15:26:12 by DocBot
Additions:
"http://svn.berlios.de/wsvn/osxptb/beta/Psychtoolbox/PsychBasic/CharAvail.m?view=markup">WebSVN with changelog</a></span>
Deletions:
"http://svn.berlios.de/viewcvs/osxptb/beta/Psychtoolbox/PsychBasic/CharAvail.m?view=markup">WebSVN with changelog</a></span>


Revision [9593]

Edited on 2009-07-02 10:10:57 by DocBot
Additions:
GetChar and CharAvail are character-oriented (and slow), whereas KbCheck
and KbWait are keypress-oriented (and fast). See KbCheck.
Deletions:
Mac:
Command-Period always causes an immediate exit.
GetChar and CharAvail are character-oriented (and slow), whereas KbCheck
and KbWait are keypress-oriented (and fast). See KbCheck.
WARNING: When BACKGROUNDING is enabled, Matlab removes all
characters from the event queue before executing each Matlab
statement, so CharAvail and EventAvail('keyDown') always report 0.
So turn off BACKGROUNDING:
[[Screen]]('[[Preference]]','Backgrounding',0); % Until Matlab 5.2.1, this call required a disk access, which is slow.


Revision [7605]

Edited on 2008-09-25 18:09:27 by DocBot
Additions:
""
<div class="code_header" style="text-align:right;">
<span style="float:left;">Path  </span> <span class="counter">Retrieve current version of CharAvail.m from berliOS: <a href=
"http://svn.berlios.de/svnroot/repos/osxptb/beta/Psychtoolbox/PsychBasic/CharAvail.m">beta</a> | view in <a href=
"http://svn.berlios.de/viewcvs/osxptb/beta/Psychtoolbox/PsychBasic/CharAvail.m?view=markup">WebSVN with changelog</a></span>
</div>
<div class="code">
<code>Psychtoolbox/PsychBasic/CharAvail.m</code>
</div>
""
Deletions:
%%(php;Path)Psychtoolbox/PsychBasic/CharAvail.m%%


Revision [5147]

Edited on 2008-06-15 19:53:52 by DocBot
Additions:
Mac:
Deletions:
=== Mac: ===


Revision [4802]

Edited on 2008-04-07 17:39:29 by DocBot
Deletions:
=== MUUUUUUUH ===


Revision [4801]

Edited on 2008-04-07 17:37:25 by DocBot
Additions:
==[[Psychtoolbox]] › [[PsychBasic]]==
=== MUUUUUUUH ===
Deletions:
==[[Psychtoolbox]] › PsychBasic==


Revision [2747]

Edited on 2008-03-21 03:22:48 by DocBot
Additions:
%%(php;Path)Psychtoolbox/PsychBasic/CharAvail.m%%


Revision [2657]

Edited on 2008-03-21 01:17:36 by DocBot
Additions:
=== Mac: ===
Deletions:
Mac:


Revision [2656]

Edited on 2008-03-21 01:14:18 by DocBot
Additions:
Mac:
Deletions:
===
Mac: ===


Revision [2655]

Edited on 2008-03-21 01:13:33 by DocBot
Additions:
===
Mac: ===
Deletions:
=== Mac: ===


Revision [2654]

Edited on 2008-03-21 01:13:14 by DocBot
Additions:
=== Mac: ===
Deletions:
== Mac: ==


Revision [2653]

Edited on 2008-03-21 01:12:54 by DocBot
Additions:
== Mac: ==
Deletions:
Mac:


Revision [2652]

Edited on 2008-03-21 01:11:23 by DocBot
Additions:
[[Screen]]('[[Preference]]','Backgrounding',0); % Until Matlab 5.2.1, this call required a disk access, which is slow.
See also: GetChar, ListenChar, FlushEvents, KbCheck, KbWait, KbDemo, [[Screen]] [[Preference]] Backgrounding.
Deletions:
[[Screen]]('Preference','Backgrounding',0); % Until Matlab 5.2.1, this call required a disk access, which is slow.
See also: GetChar, ListenChar, FlushEvents, KbCheck, KbWait, KbDemo, [[Screen]] Preference Backgrounding.


Revision [2651]

Edited on 2008-03-21 01:10:39 by DocBot
Additions:
[avail, numChars] = CharAvail
CharAvail returns the availability of characters in the keyboard event
queue and sometimes the queue's current size. "avail" will be 1 if characters are
available, 0 otherwise. "numChars" may hold the current number of
characters in the event queue, but in some system configurations it is
just empty, so do not rely on numChars providing meaningful results,
unless you've tested it on your specific setup.
Note that this routine does not actually remove characters from the event
queue. Call GetChar to remove characters from the queue.
CharAvail works on all platforms with Matlab and Java enabled. It works
also on M$-Windows under matlab -nojvm mode. It does not work on OS-X or
Linux in Matlab -nojvm mode and it also doesn't work under GNU/Octave.
Mac:
Command-Period always causes an immediate exit.
GetChar and CharAvail are character-oriented (and slow), whereas KbCheck
and KbWait are keypress-oriented (and fast). See KbCheck.
WARNING: When BACKGROUNDING is enabled, Matlab removes all
characters from the event queue before executing each Matlab
statement, so CharAvail and EventAvail('keyDown') always report 0.
So turn off BACKGROUNDING:
[[Screen]]('Preference','Backgrounding',0); % Until Matlab 5.2.1, this call required a disk access, which is slow.
See also: GetChar, ListenChar, FlushEvents, KbCheck, KbWait, KbDemo, [[Screen]] Preference Backgrounding.
Deletions:
[[]][[[]]a[[]]v[[]]a[[]]i[[]]l[[]],[[]] [[]]n[[]]u[[]]m[[]]C[[]]h[[]]a[[]]r[[]]s[[]]][[]] [[]]=[[]] [[]]C[[]]h[[]]a[[]]r[[]]A[[]]v[[]]a[[]]i[[]]l[[]]
[[]]
[[]]C[[]]h[[]]a[[]]r[[]]A[[]]v[[]]a[[]]i[[]]l[[]] [[]]r[[]]e[[]]t[[]]u[[]]r[[]]n[[]]s[[]] [[]]t[[]]h[[]]e[[]] [[]]a[[]]v[[]]a[[]]i[[]]l[[]]a[[]]b[[]]i[[]]l[[]]i[[]]t[[]]y[[]] [[]]o[[]]f[[]] [[]]c[[]]h[[]]a[[]]r[[]]a[[]]c[[]]t[[]]e[[]]r[[]]s[[]] [[]]i[[]]n[[]] [[]]t[[]]h[[]]e[[]] [[]]k[[]]e[[]]y[[]]b[[]]o[[]]a[[]]r[[]]d[[]] [[]]e[[]]v[[]]e[[]]n[[]]t[[]]
[[]]q[[]]u[[]]e[[]]u[[]]e[[]] [[]]a[[]]n[[]]d[[]] [[]]s[[]]o[[]]m[[]]e[[]]t[[]]i[[]]m[[]]e[[]]s[[]] [[]]t[[]]h[[]]e[[]] [[]]q[[]]u[[]]e[[]]u[[]]e[[]]'[[]]s[[]] [[]]c[[]]u[[]]r[[]]r[[]]e[[]]n[[]]t[[]] [[]]s[[]]i[[]]z[[]]e[[]].[[]] [[]]"[[]]a[[]]v[[]]a[[]]i[[]]l[[]]"[[]] [[]]w[[]]i[[]]l[[]]l[[]] [[]]b[[]]e[[]] [[]]1[[]] [[]]i[[]]f[[]] [[]]c[[]]h[[]]a[[]]r[[]]a[[]]c[[]]t[[]]e[[]]r[[]]s[[]] [[]]a[[]]r[[]]e[[]]
[[]]a[[]]v[[]]a[[]]i[[]]l[[]]a[[]]b[[]]l[[]]e[[]],[[]] [[]]0[[]] [[]]o[[]]t[[]]h[[]]e[[]]r[[]]w[[]]i[[]]s[[]]e[[]].[[]] [[]] [[]]"[[]]n[[]]u[[]]m[[]]C[[]]h[[]]a[[]]r[[]]s[[]]"[[]] [[]]m[[]]a[[]]y[[]] [[]]h[[]]o[[]]l[[]]d[[]] [[]]t[[]]h[[]]e[[]] [[]]c[[]]u[[]]r[[]]r[[]]e[[]]n[[]]t[[]] [[]]n[[]]u[[]]m[[]]b[[]]e[[]]r[[]] [[]]o[[]]f[[]]
[[]]c[[]]h[[]]a[[]]r[[]]a[[]]c[[]]t[[]]e[[]]r[[]]s[[]] [[]]i[[]]n[[]] [[]]t[[]]h[[]]e[[]] [[]]e[[]]v[[]]e[[]]n[[]]t[[]] [[]]q[[]]u[[]]e[[]]u[[]]e[[]],[[]] [[]]b[[]]u[[]]t[[]] [[]]i[[]]n[[]] [[]]s[[]]o[[]]m[[]]e[[]] [[]]s[[]]y[[]]s[[]]t[[]]e[[]]m[[]] [[]]c[[]]o[[]]n[[]]f[[]]i[[]]g[[]]u[[]]r[[]]a[[]]t[[]]i[[]]o[[]]n[[]]s[[]] [[]]i[[]]t[[]] [[]]i[[]]s[[]]
[[]]j[[]]u[[]]s[[]]t[[]] [[]]e[[]]m[[]]p[[]]t[[]]y[[]],[[]] [[]]s[[]]o[[]] [[]]d[[]]o[[]] [[]]n[[]]o[[]]t[[]] [[]]r[[]]e[[]]l[[]]y[[]] [[]]o[[]]n[[]] [[]]n[[]]u[[]]m[[]]C[[]]h[[]]a[[]]r[[]]s[[]] [[]]p[[]]r[[]]o[[]]v[[]]i[[]]d[[]]i[[]]n[[]]g[[]] [[]]m[[]]e[[]]a[[]]n[[]]i[[]]n[[]]g[[]]f[[]]u[[]]l[[]] [[]]r[[]]e[[]]s[[]]u[[]]l[[]]t[[]]s[[]],[[]]
[[]]u[[]]n[[]]l[[]]e[[]]s[[]]s[[]] [[]]y[[]]o[[]]u[[]]'[[]]v[[]]e[[]] [[]]t[[]]e[[]]s[[]]t[[]]e[[]]d[[]] [[]]i[[]]t[[]] [[]]o[[]]n[[]] [[]]y[[]]o[[]]u[[]]r[[]] [[]]s[[]]p[[]]e[[]]c[[]]i[[]]f[[]]i[[]]c[[]] [[]]s[[]]e[[]]t[[]]u[[]]p[[]].[[]]
[[]]
[[]]N[[]]o[[]]t[[]]e[[]] [[]]t[[]]h[[]]a[[]]t[[]] [[]]t[[]]h[[]]i[[]]s[[]] [[]]r[[]]o[[]]u[[]]t[[]]i[[]]n[[]]e[[]] [[]]d[[]]o[[]]e[[]]s[[]] [[]]n[[]]o[[]]t[[]] [[]]a[[]]c[[]]t[[]]u[[]]a[[]]l[[]]l[[]]y[[]] [[]]r[[]]e[[]]m[[]]o[[]]v[[]]e[[]] [[]]c[[]]h[[]]a[[]]r[[]]a[[]]c[[]]t[[]]e[[]]r[[]]s[[]] [[]]f[[]]r[[]]o[[]]m[[]] [[]]t[[]]h[[]]e[[]] [[]]e[[]]v[[]]e[[]]n[[]]t[[]]
[[]]q[[]]u[[]]e[[]]u[[]]e[[]].[[]] [[]] [[]]C[[]]a[[]]l[[]]l[[]] [[]]G[[]]e[[]]t[[]]C[[]]h[[]]a[[]]r[[]] [[]]t[[]]o[[]] [[]]r[[]]e[[]]m[[]]o[[]]v[[]]e[[]] [[]]c[[]]h[[]]a[[]]r[[]]a[[]]c[[]]t[[]]e[[]]r[[]]s[[]] [[]]f[[]]r[[]]o[[]]m[[]] [[]]t[[]]h[[]]e[[]] [[]]q[[]]u[[]]e[[]]u[[]]e[[]].[[]]
[[]]
[[]]C[[]]h[[]]a[[]]r[[]]A[[]]v[[]]a[[]]i[[]]l[[]] [[]]w[[]]o[[]]r[[]]k[[]]s[[]] [[]]o[[]]n[[]] [[]]a[[]]l[[]]l[[]] [[]]p[[]]l[[]]a[[]]t[[]]f[[]]o[[]]r[[]]m[[]]s[[]] [[]]w[[]]i[[]]t[[]]h[[]] [[]]M[[]]a[[]]t[[]]l[[]]a[[]]b[[]] [[]]a[[]]n[[]]d[[]] [[]]J[[]]a[[]]v[[]]a[[]] [[]]e[[]]n[[]]a[[]]b[[]]l[[]]e[[]]d[[]].[[]] [[]]I[[]]t[[]] [[]]w[[]]o[[]]r[[]]k[[]]s[[]]
[[]]a[[]]l[[]]s[[]]o[[]] [[]]o[[]]n[[]] [[]]M[[]]$[[]]-[[]]W[[]]i[[]]n[[]]d[[]]o[[]]w[[]]s[[]] [[]]u[[]]n[[]]d[[]]e[[]]r[[]] [[]]m[[]]a[[]]t[[]]l[[]]a[[]]b[[]] [[]]-[[]]n[[]]o[[]]j[[]]v[[]]m[[]] [[]]m[[]]o[[]]d[[]]e[[]].[[]] [[]]I[[]]t[[]] [[]]d[[]]o[[]]e[[]]s[[]] [[]]n[[]]o[[]]t[[]] [[]]w[[]]o[[]]r[[]]k[[]] [[]]o[[]]n[[]] [[]]O[[]]S[[]]-[[]]X[[]] [[]]o[[]]r[[]]
[[]]L[[]]i[[]]n[[]]u[[]]x[[]] [[]]i[[]]n[[]] [[]]M[[]]a[[]]t[[]]l[[]]a[[]]b[[]] [[]]-[[]]n[[]]o[[]]j[[]]v[[]]m[[]] [[]]m[[]]o[[]]d[[]]e[[]] [[]]a[[]]n[[]]d[[]] [[]]i[[]]t[[]] [[]]a[[]]l[[]]s[[]]o[[]] [[]]d[[]]o[[]]e[[]]s[[]]n[[]]'[[]]t[[]] [[]]w[[]]o[[]]r[[]]k[[]] [[]]u[[]]n[[]]d[[]]e[[]]r[[]] [[]]G[[]]N[[]]U[[]]/[[]]O[[]]c[[]]t[[]]a[[]]v[[]]e[[]].[[]]
[[]]
[[]]M[[]]a[[]]c[[]]:[[]]
[[]] [[]]C[[]]o[[]]m[[]]m[[]]a[[]]n[[]]d[[]]-[[]]P[[]]e[[]]r[[]]i[[]]o[[]]d[[]] [[]]a[[]]l[[]]w[[]]a[[]]y[[]]s[[]] [[]]c[[]]a[[]]u[[]]s[[]]e[[]]s[[]] [[]]a[[]]n[[]] [[]]i[[]]m[[]]m[[]]e[[]]d[[]]i[[]]a[[]]t[[]]e[[]] [[]]e[[]]x[[]]i[[]]t[[]].[[]]
[[]]
[[]] [[]]G[[]]e[[]]t[[]]C[[]]h[[]]a[[]]r[[]] [[]]a[[]]n[[]]d[[]] [[]]C[[]]h[[]]a[[]]r[[]]A[[]]v[[]]a[[]]i[[]]l[[]] [[]]a[[]]r[[]]e[[]] [[]]c[[]]h[[]]a[[]]r[[]]a[[]]c[[]]t[[]]e[[]]r[[]]-[[]]o[[]]r[[]]i[[]]e[[]]n[[]]t[[]]e[[]]d[[]] [[]]([[]]a[[]]n[[]]d[[]] [[]]s[[]]l[[]]o[[]]w[[]])[[]],[[]] [[]]w[[]]h[[]]e[[]]r[[]]e[[]]a[[]]s[[]] [[]]K[[]]b[[]]C[[]]h[[]]e[[]]c[[]]k[[]]
[[]] [[]]a[[]]n[[]]d[[]] [[]]K[[]]b[[]]W[[]]a[[]]i[[]]t[[]] [[]]a[[]]r[[]]e[[]] [[]]k[[]]e[[]]y[[]]p[[]]r[[]]e[[]]s[[]]s[[]]-[[]]o[[]]r[[]]i[[]]e[[]]n[[]]t[[]]e[[]]d[[]] [[]]([[]]a[[]]n[[]]d[[]] [[]]f[[]]a[[]]s[[]]t[[]])[[]].[[]] [[]]S[[]]e[[]]e[[]] [[]]K[[]]b[[]]C[[]]h[[]]e[[]]c[[]]k[[]].[[]]
[[]]
[[]] [[]]W[[]]A[[]]R[[]]N[[]]I[[]]N[[]]G[[]]:[[]] [[]]W[[]]h[[]]e[[]]n[[]] [[]]B[[]]A[[]]C[[]]K[[]]G[[]]R[[]]O[[]]U[[]]N[[]]D[[]]I[[]]N[[]]G[[]] [[]]i[[]]s[[]] [[]]e[[]]n[[]]a[[]]b[[]]l[[]]e[[]]d[[]],[[]] [[]]M[[]]a[[]]t[[]]l[[]]a[[]]b[[]] [[]]r[[]]e[[]]m[[]]o[[]]v[[]]e[[]]s[[]] [[]]a[[]]l[[]]l[[]]
[[]] [[]]c[[]]h[[]]a[[]]r[[]]a[[]]c[[]]t[[]]e[[]]r[[]]s[[]] [[]]f[[]]r[[]]o[[]]m[[]] [[]]t[[]]h[[]]e[[]] [[]]e[[]]v[[]]e[[]]n[[]]t[[]] [[]]q[[]]u[[]]e[[]]u[[]]e[[]] [[]]b[[]]e[[]]f[[]]o[[]]r[[]]e[[]] [[]]e[[]]x[[]]e[[]]c[[]]u[[]]t[[]]i[[]]n[[]]g[[]] [[]]e[[]]a[[]]c[[]]h[[]] [[]]M[[]]a[[]]t[[]]l[[]]a[[]]b[[]]
[[]] [[]]s[[]]t[[]]a[[]]t[[]]e[[]]m[[]]e[[]]n[[]]t[[]],[[]] [[]]s[[]]o[[]] [[]]C[[]]h[[]]a[[]]r[[]]A[[]]v[[]]a[[]]i[[]]l[[]] [[]]a[[]]n[[]]d[[]] [[]]E[[]]v[[]]e[[]]n[[]]t[[]]A[[]]v[[]]a[[]]i[[]]l[[]]([[]]'[[]]k[[]]e[[]]y[[]]D[[]]o[[]]w[[]]n[[]]'[[]])[[]] [[]]a[[]]l[[]]w[[]]a[[]]y[[]]s[[]] [[]]r[[]]e[[]]p[[]]o[[]]r[[]]t[[]] [[]]0[[]].[[]]
[[]] [[]]S[[]]o[[]] [[]]t[[]]u[[]]r[[]]n[[]] [[]]o[[]]f[[]]f[[]] [[]]B[[]]A[[]]C[[]]K[[]]G[[]]R[[]]O[[]]U[[]]N[[]]D[[]]I[[]]N[[]]G[[]]:[[]]
[[]]
[[]] [[Screen]]([[]]'[[]]P[[]]r[[]]e[[]]f[[]]e[[]]r[[]]e[[]]n[[]]c[[]]e[[]]'[[]],[[]]'[[]]B[[]]a[[]]c[[]]k[[]]g[[]]r[[]]o[[]]u[[]]n[[]]d[[]]i[[]]n[[]]g[[]]'[[]],[[]]0[[]])[[]];[[]] [[]]%[[]] [[]]U[[]]n[[]]t[[]]i[[]]l[[]] [[]]M[[]]a[[]]t[[]]l[[]]a[[]]b[[]] [[]]5[[]].[[]]2[[]].[[]]1[[]],[[]] [[]]t[[]]h[[]]i[[]]s[[]] [[]]c[[]]a[[]]l[[]]l[[]] [[]]r[[]]e[[]]q[[]]u[[]]i[[]]r[[]]e[[]]d[[]] [[]]a[[]] [[]]d[[]]i[[]]s[[]]k[[]] [[]]a[[]]c[[]]c[[]]e[[]]s[[]]s[[]],[[]] [[]]w[[]]h[[]]i[[]]c[[]]h[[]] [[]]i[[]]s[[]] [[]]s[[]]l[[]]o[[]]w[[]].[[]]
[[]]
[[]]S[[]]e[[]]e[[]] [[]]a[[]]l[[]]s[[]]o[[]]:[[]] [[]]G[[]]e[[]]t[[]]C[[]]h[[]]a[[]]r[[]],[[]] [[]]L[[]]i[[]]s[[]]t[[]]e[[]]n[[]]C[[]]h[[]]a[[]]r[[]],[[]] [[]]F[[]]l[[]]u[[]]s[[]]h[[]]E[[]]v[[]]e[[]]n[[]]t[[]]s[[]],[[]] [[]]K[[]]b[[]]C[[]]h[[]]e[[]]c[[]]k[[]],[[]] [[]]K[[]]b[[]]W[[]]a[[]]i[[]]t[[]],[[]] [[]]K[[]]b[[]]D[[]]e[[]]m[[]]o[[]],[[]] [[Screen]] [[]]P[[]]r[[]]e[[]]f[[]]e[[]]r[[]]e[[]]n[[]]c[[]]e[[]] [[]]B[[]]a[[]]c[[]]k[[]]g[[]]r[[]]o[[]]u[[]]n[[]]d[[]]i[[]]n[[]]g[[]].[[]]
[[]]


Revision [2650]

Edited on 2008-03-21 01:08:59 by DocBot
Additions:
[[]][[[]]a[[]]v[[]]a[[]]i[[]]l[[]],[[]] [[]]n[[]]u[[]]m[[]]C[[]]h[[]]a[[]]r[[]]s[[]]][[]] [[]]=[[]] [[]]C[[]]h[[]]a[[]]r[[]]A[[]]v[[]]a[[]]i[[]]l[[]]
[[]]
[[]]C[[]]h[[]]a[[]]r[[]]A[[]]v[[]]a[[]]i[[]]l[[]] [[]]r[[]]e[[]]t[[]]u[[]]r[[]]n[[]]s[[]] [[]]t[[]]h[[]]e[[]] [[]]a[[]]v[[]]a[[]]i[[]]l[[]]a[[]]b[[]]i[[]]l[[]]i[[]]t[[]]y[[]] [[]]o[[]]f[[]] [[]]c[[]]h[[]]a[[]]r[[]]a[[]]c[[]]t[[]]e[[]]r[[]]s[[]] [[]]i[[]]n[[]] [[]]t[[]]h[[]]e[[]] [[]]k[[]]e[[]]y[[]]b[[]]o[[]]a[[]]r[[]]d[[]] [[]]e[[]]v[[]]e[[]]n[[]]t[[]]
[[]]q[[]]u[[]]e[[]]u[[]]e[[]] [[]]a[[]]n[[]]d[[]] [[]]s[[]]o[[]]m[[]]e[[]]t[[]]i[[]]m[[]]e[[]]s[[]] [[]]t[[]]h[[]]e[[]] [[]]q[[]]u[[]]e[[]]u[[]]e[[]]'[[]]s[[]] [[]]c[[]]u[[]]r[[]]r[[]]e[[]]n[[]]t[[]] [[]]s[[]]i[[]]z[[]]e[[]].[[]] [[]]"[[]]a[[]]v[[]]a[[]]i[[]]l[[]]"[[]] [[]]w[[]]i[[]]l[[]]l[[]] [[]]b[[]]e[[]] [[]]1[[]] [[]]i[[]]f[[]] [[]]c[[]]h[[]]a[[]]r[[]]a[[]]c[[]]t[[]]e[[]]r[[]]s[[]] [[]]a[[]]r[[]]e[[]]
[[]]a[[]]v[[]]a[[]]i[[]]l[[]]a[[]]b[[]]l[[]]e[[]],[[]] [[]]0[[]] [[]]o[[]]t[[]]h[[]]e[[]]r[[]]w[[]]i[[]]s[[]]e[[]].[[]] [[]] [[]]"[[]]n[[]]u[[]]m[[]]C[[]]h[[]]a[[]]r[[]]s[[]]"[[]] [[]]m[[]]a[[]]y[[]] [[]]h[[]]o[[]]l[[]]d[[]] [[]]t[[]]h[[]]e[[]] [[]]c[[]]u[[]]r[[]]r[[]]e[[]]n[[]]t[[]] [[]]n[[]]u[[]]m[[]]b[[]]e[[]]r[[]] [[]]o[[]]f[[]]
[[]]c[[]]h[[]]a[[]]r[[]]a[[]]c[[]]t[[]]e[[]]r[[]]s[[]] [[]]i[[]]n[[]] [[]]t[[]]h[[]]e[[]] [[]]e[[]]v[[]]e[[]]n[[]]t[[]] [[]]q[[]]u[[]]e[[]]u[[]]e[[]],[[]] [[]]b[[]]u[[]]t[[]] [[]]i[[]]n[[]] [[]]s[[]]o[[]]m[[]]e[[]] [[]]s[[]]y[[]]s[[]]t[[]]e[[]]m[[]] [[]]c[[]]o[[]]n[[]]f[[]]i[[]]g[[]]u[[]]r[[]]a[[]]t[[]]i[[]]o[[]]n[[]]s[[]] [[]]i[[]]t[[]] [[]]i[[]]s[[]]
[[]]j[[]]u[[]]s[[]]t[[]] [[]]e[[]]m[[]]p[[]]t[[]]y[[]],[[]] [[]]s[[]]o[[]] [[]]d[[]]o[[]] [[]]n[[]]o[[]]t[[]] [[]]r[[]]e[[]]l[[]]y[[]] [[]]o[[]]n[[]] [[]]n[[]]u[[]]m[[]]C[[]]h[[]]a[[]]r[[]]s[[]] [[]]p[[]]r[[]]o[[]]v[[]]i[[]]d[[]]i[[]]n[[]]g[[]] [[]]m[[]]e[[]]a[[]]n[[]]i[[]]n[[]]g[[]]f[[]]u[[]]l[[]] [[]]r[[]]e[[]]s[[]]u[[]]l[[]]t[[]]s[[]],[[]]
[[]]u[[]]n[[]]l[[]]e[[]]s[[]]s[[]] [[]]y[[]]o[[]]u[[]]'[[]]v[[]]e[[]] [[]]t[[]]e[[]]s[[]]t[[]]e[[]]d[[]] [[]]i[[]]t[[]] [[]]o[[]]n[[]] [[]]y[[]]o[[]]u[[]]r[[]] [[]]s[[]]p[[]]e[[]]c[[]]i[[]]f[[]]i[[]]c[[]] [[]]s[[]]e[[]]t[[]]u[[]]p[[]].[[]]
[[]]
[[]]N[[]]o[[]]t[[]]e[[]] [[]]t[[]]h[[]]a[[]]t[[]] [[]]t[[]]h[[]]i[[]]s[[]] [[]]r[[]]o[[]]u[[]]t[[]]i[[]]n[[]]e[[]] [[]]d[[]]o[[]]e[[]]s[[]] [[]]n[[]]o[[]]t[[]] [[]]a[[]]c[[]]t[[]]u[[]]a[[]]l[[]]l[[]]y[[]] [[]]r[[]]e[[]]m[[]]o[[]]v[[]]e[[]] [[]]c[[]]h[[]]a[[]]r[[]]a[[]]c[[]]t[[]]e[[]]r[[]]s[[]] [[]]f[[]]r[[]]o[[]]m[[]] [[]]t[[]]h[[]]e[[]] [[]]e[[]]v[[]]e[[]]n[[]]t[[]]
[[]]q[[]]u[[]]e[[]]u[[]]e[[]].[[]] [[]] [[]]C[[]]a[[]]l[[]]l[[]] [[]]G[[]]e[[]]t[[]]C[[]]h[[]]a[[]]r[[]] [[]]t[[]]o[[]] [[]]r[[]]e[[]]m[[]]o[[]]v[[]]e[[]] [[]]c[[]]h[[]]a[[]]r[[]]a[[]]c[[]]t[[]]e[[]]r[[]]s[[]] [[]]f[[]]r[[]]o[[]]m[[]] [[]]t[[]]h[[]]e[[]] [[]]q[[]]u[[]]e[[]]u[[]]e[[]].[[]]
[[]]
[[]]C[[]]h[[]]a[[]]r[[]]A[[]]v[[]]a[[]]i[[]]l[[]] [[]]w[[]]o[[]]r[[]]k[[]]s[[]] [[]]o[[]]n[[]] [[]]a[[]]l[[]]l[[]] [[]]p[[]]l[[]]a[[]]t[[]]f[[]]o[[]]r[[]]m[[]]s[[]] [[]]w[[]]i[[]]t[[]]h[[]] [[]]M[[]]a[[]]t[[]]l[[]]a[[]]b[[]] [[]]a[[]]n[[]]d[[]] [[]]J[[]]a[[]]v[[]]a[[]] [[]]e[[]]n[[]]a[[]]b[[]]l[[]]e[[]]d[[]].[[]] [[]]I[[]]t[[]] [[]]w[[]]o[[]]r[[]]k[[]]s[[]]
[[]]a[[]]l[[]]s[[]]o[[]] [[]]o[[]]n[[]] [[]]M[[]]$[[]]-[[]]W[[]]i[[]]n[[]]d[[]]o[[]]w[[]]s[[]] [[]]u[[]]n[[]]d[[]]e[[]]r[[]] [[]]m[[]]a[[]]t[[]]l[[]]a[[]]b[[]] [[]]-[[]]n[[]]o[[]]j[[]]v[[]]m[[]] [[]]m[[]]o[[]]d[[]]e[[]].[[]] [[]]I[[]]t[[]] [[]]d[[]]o[[]]e[[]]s[[]] [[]]n[[]]o[[]]t[[]] [[]]w[[]]o[[]]r[[]]k[[]] [[]]o[[]]n[[]] [[]]O[[]]S[[]]-[[]]X[[]] [[]]o[[]]r[[]]
[[]]L[[]]i[[]]n[[]]u[[]]x[[]] [[]]i[[]]n[[]] [[]]M[[]]a[[]]t[[]]l[[]]a[[]]b[[]] [[]]-[[]]n[[]]o[[]]j[[]]v[[]]m[[]] [[]]m[[]]o[[]]d[[]]e[[]] [[]]a[[]]n[[]]d[[]] [[]]i[[]]t[[]] [[]]a[[]]l[[]]s[[]]o[[]] [[]]d[[]]o[[]]e[[]]s[[]]n[[]]'[[]]t[[]] [[]]w[[]]o[[]]r[[]]k[[]] [[]]u[[]]n[[]]d[[]]e[[]]r[[]] [[]]G[[]]N[[]]U[[]]/[[]]O[[]]c[[]]t[[]]a[[]]v[[]]e[[]].[[]]
[[]]
[[]]M[[]]a[[]]c[[]]:[[]]
[[]] [[]]C[[]]o[[]]m[[]]m[[]]a[[]]n[[]]d[[]]-[[]]P[[]]e[[]]r[[]]i[[]]o[[]]d[[]] [[]]a[[]]l[[]]w[[]]a[[]]y[[]]s[[]] [[]]c[[]]a[[]]u[[]]s[[]]e[[]]s[[]] [[]]a[[]]n[[]] [[]]i[[]]m[[]]m[[]]e[[]]d[[]]i[[]]a[[]]t[[]]e[[]] [[]]e[[]]x[[]]i[[]]t[[]].[[]]
[[]]
[[]] [[]]G[[]]e[[]]t[[]]C[[]]h[[]]a[[]]r[[]] [[]]a[[]]n[[]]d[[]] [[]]C[[]]h[[]]a[[]]r[[]]A[[]]v[[]]a[[]]i[[]]l[[]] [[]]a[[]]r[[]]e[[]] [[]]c[[]]h[[]]a[[]]r[[]]a[[]]c[[]]t[[]]e[[]]r[[]]-[[]]o[[]]r[[]]i[[]]e[[]]n[[]]t[[]]e[[]]d[[]] [[]]([[]]a[[]]n[[]]d[[]] [[]]s[[]]l[[]]o[[]]w[[]])[[]],[[]] [[]]w[[]]h[[]]e[[]]r[[]]e[[]]a[[]]s[[]] [[]]K[[]]b[[]]C[[]]h[[]]e[[]]c[[]]k[[]]
[[]] [[]]a[[]]n[[]]d[[]] [[]]K[[]]b[[]]W[[]]a[[]]i[[]]t[[]] [[]]a[[]]r[[]]e[[]] [[]]k[[]]e[[]]y[[]]p[[]]r[[]]e[[]]s[[]]s[[]]-[[]]o[[]]r[[]]i[[]]e[[]]n[[]]t[[]]e[[]]d[[]] [[]]([[]]a[[]]n[[]]d[[]] [[]]f[[]]a[[]]s[[]]t[[]])[[]].[[]] [[]]S[[]]e[[]]e[[]] [[]]K[[]]b[[]]C[[]]h[[]]e[[]]c[[]]k[[]].[[]]
[[]]
[[]] [[]]W[[]]A[[]]R[[]]N[[]]I[[]]N[[]]G[[]]:[[]] [[]]W[[]]h[[]]e[[]]n[[]] [[]]B[[]]A[[]]C[[]]K[[]]G[[]]R[[]]O[[]]U[[]]N[[]]D[[]]I[[]]N[[]]G[[]] [[]]i[[]]s[[]] [[]]e[[]]n[[]]a[[]]b[[]]l[[]]e[[]]d[[]],[[]] [[]]M[[]]a[[]]t[[]]l[[]]a[[]]b[[]] [[]]r[[]]e[[]]m[[]]o[[]]v[[]]e[[]]s[[]] [[]]a[[]]l[[]]l[[]]
[[]] [[]]c[[]]h[[]]a[[]]r[[]]a[[]]c[[]]t[[]]e[[]]r[[]]s[[]] [[]]f[[]]r[[]]o[[]]m[[]] [[]]t[[]]h[[]]e[[]] [[]]e[[]]v[[]]e[[]]n[[]]t[[]] [[]]q[[]]u[[]]e[[]]u[[]]e[[]] [[]]b[[]]e[[]]f[[]]o[[]]r[[]]e[[]] [[]]e[[]]x[[]]e[[]]c[[]]u[[]]t[[]]i[[]]n[[]]g[[]] [[]]e[[]]a[[]]c[[]]h[[]] [[]]M[[]]a[[]]t[[]]l[[]]a[[]]b[[]]
[[]] [[]]s[[]]t[[]]a[[]]t[[]]e[[]]m[[]]e[[]]n[[]]t[[]],[[]] [[]]s[[]]o[[]] [[]]C[[]]h[[]]a[[]]r[[]]A[[]]v[[]]a[[]]i[[]]l[[]] [[]]a[[]]n[[]]d[[]] [[]]E[[]]v[[]]e[[]]n[[]]t[[]]A[[]]v[[]]a[[]]i[[]]l[[]]([[]]'[[]]k[[]]e[[]]y[[]]D[[]]o[[]]w[[]]n[[]]'[[]])[[]] [[]]a[[]]l[[]]w[[]]a[[]]y[[]]s[[]] [[]]r[[]]e[[]]p[[]]o[[]]r[[]]t[[]] [[]]0[[]].[[]]
[[]] [[]]S[[]]o[[]] [[]]t[[]]u[[]]r[[]]n[[]] [[]]o[[]]f[[]]f[[]] [[]]B[[]]A[[]]C[[]]K[[]]G[[]]R[[]]O[[]]U[[]]N[[]]D[[]]I[[]]N[[]]G[[]]:[[]]
[[]]
[[]] [[Screen]]([[]]'[[]]P[[]]r[[]]e[[]]f[[]]e[[]]r[[]]e[[]]n[[]]c[[]]e[[]]'[[]],[[]]'[[]]B[[]]a[[]]c[[]]k[[]]g[[]]r[[]]o[[]]u[[]]n[[]]d[[]]i[[]]n[[]]g[[]]'[[]],[[]]0[[]])[[]];[[]] [[]]%[[]] [[]]U[[]]n[[]]t[[]]i[[]]l[[]] [[]]M[[]]a[[]]t[[]]l[[]]a[[]]b[[]] [[]]5[[]].[[]]2[[]].[[]]1[[]],[[]] [[]]t[[]]h[[]]i[[]]s[[]] [[]]c[[]]a[[]]l[[]]l[[]] [[]]r[[]]e[[]]q[[]]u[[]]i[[]]r[[]]e[[]]d[[]] [[]]a[[]] [[]]d[[]]i[[]]s[[]]k[[]] [[]]a[[]]c[[]]c[[]]e[[]]s[[]]s[[]],[[]] [[]]w[[]]h[[]]i[[]]c[[]]h[[]] [[]]i[[]]s[[]] [[]]s[[]]l[[]]o[[]]w[[]].[[]]
[[]]
[[]]S[[]]e[[]]e[[]] [[]]a[[]]l[[]]s[[]]o[[]]:[[]] [[]]G[[]]e[[]]t[[]]C[[]]h[[]]a[[]]r[[]],[[]] [[]]L[[]]i[[]]s[[]]t[[]]e[[]]n[[]]C[[]]h[[]]a[[]]r[[]],[[]] [[]]F[[]]l[[]]u[[]]s[[]]h[[]]E[[]]v[[]]e[[]]n[[]]t[[]]s[[]],[[]] [[]]K[[]]b[[]]C[[]]h[[]]e[[]]c[[]]k[[]],[[]] [[]]K[[]]b[[]]W[[]]a[[]]i[[]]t[[]],[[]] [[]]K[[]]b[[]]D[[]]e[[]]m[[]]o[[]],[[]] [[Screen]] [[]]P[[]]r[[]]e[[]]f[[]]e[[]]r[[]]e[[]]n[[]]c[[]]e[[]] [[]]B[[]]a[[]]c[[]]k[[]]g[[]]r[[]]o[[]]u[[]]n[[]]d[[]]i[[]]n[[]]g[[]].[[]]
[[]]
Deletions:
[avail, numChars] = CharAvail
CharAvail returns the availability of characters in the keyboard event
queue and sometimes the queue's current size. "avail" will be 1 if characters are
available, 0 otherwise. "numChars" may hold the current number of
characters in the event queue, but in some system configurations it is
just empty, so do not rely on numChars providing meaningful results,
unless you've tested it on your specific setup.
Note that this routine does not actually remove characters from the event
queue. Call GetChar to remove characters from the queue.
CharAvail works on all platforms with Matlab and Java enabled. It works
also on M$-Windows under matlab -nojvm mode. It does not work on OS-X or
Linux in Matlab -nojvm mode and it also doesn't work under GNU/Octave.
Mac:
Command-Period always causes an immediate exit.
GetChar and CharAvail are character-oriented (and slow), whereas KbCheck
and KbWait are keypress-oriented (and fast). See KbCheck.
WARNING: When BACKGROUNDING is enabled, Matlab removes all
characters from the event queue before executing each Matlab
statement, so CharAvail and EventAvail('keyDown') always report 0.
So turn off BACKGROUNDING:
[[Screen]]('Preference','Backgrounding',0); % Until Matlab 5.2.1, this call required a disk access, which is slow.
See also: GetChar, ListenChar, FlushEvents, KbCheck, KbWait, KbDemo, [[Screen]] Preference Backgrounding.


Revision [2649]

Edited on 2008-03-21 01:01:55 by DocBot
Additions:
==[[Psychtoolbox]] › PsychBasic==
[[Screen]]('Preference','Backgrounding',0); % Until Matlab 5.2.1, this call required a disk access, which is slow.
See also: GetChar, ListenChar, FlushEvents, KbCheck, KbWait, KbDemo, [[Screen]] Preference Backgrounding.
Deletions:
==PtbReference › PsychBasic==




Screen('Preference','Backgrounding',0); % Until Matlab 5.2.1, this call required a disk access, which is slow.
See also: GetChar, ListenChar, FlushEvents, KbCheck, KbWait, KbDemo, Screen Preference Backgrounding.
PsychBasic


Revision [2423]

Edited on 2008-03-15 12:08:27 by DocBot
Additions:
===[[CharAvail]]===
==PtbReference › PsychBasic==
Deletions:
===PsychBasic===


Revision [305]

The oldest known version of this page was created on 2008-03-15 10:26:31 by DocBot
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
Page was generated in 0.0777 seconds