PennController for IBEX › Forums › Support › Assign a truth value to the picture verification tasl › Reply To: Assign a truth value to the picture verification tasl
March 26, 2023 at 12:07 pm
#10421
Jeremy
Keymaster
Hi Jun,
Use .test.pressed()
on your Key element to test which key was pressed, instead of .test.selected()
on an unused Selector element
Jeremy