CRrender_present: Presents stimuli to screen.

View source: R/CRrender_present.R

CRrender_presentR Documentation

Presents stimuli to screen.

Description

Presents what has been rendered to the window. By default, presentation is synchronized with vertical screen refresh. Function returns time in milliseconds after screen was refreshed.

Usage

onset <- CRrender_present(graphics_list, status = NULL)

Arguments

graphics_list

List containing pointers to window, renderer etc. created with CRopen.

status

Optional list status with elements value and message to retrieve warnings and error messages.

Value

Returns time when underlying C-function returned, in milliseconds, since system was started.


lorweiuk/CREx documentation built on March 16, 2024, 3:04 a.m.