unit ButtonN em.hal/ButtonN.em 1 2 3 4 5 6 7 8 9 10 11 12 13 14package em.hal import ButtonI module ButtonN: ButtonI # ^| Nil implementation of the ButtonI interface end def isPressed() return false end def onPressed(cb, minDurationMs, maxDurationMs) end