PsychoJL.getKeyMethod
getKey(win::Window)

Waits until a key is pressed.

inputs:

  • win::Window

outputs: Should return something, but I just realized that I forgot to implement that!

source
PsychoJL.waitKeysMethod
waitKeys(win::Window, waitTime::Float64)

Waits for a predetermined time for a keypress. Returns immediately when a key is pressed or the timer runs out.

inputs:

  • win::Window
  • waitTime::Float64 default is milliseconds

outputs: Should return something, but I just realized that I forgot to implement that!

source