Skip to content

Commit 8d63965

Browse files
committed
add comment because cursor cannot hide in linux
1 parent 397bcad commit 8d63965

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/initPTB.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@
5151

5252
% Mouse
5353
if cfg.hideCursor
54-
HideCursor;
54+
% TODO does not work on Linux: WTF???
55+
HideCursor;
5556
end
5657

5758
%% Audio

0 commit comments

Comments
 (0)