ibutton_custom_event.h 336 B

123456789101112
  1. #pragma once
  2. enum iButtonCustomEvent {
  3. // Reserve first 100 events for button types and indexes, starting from 0
  4. iButtonCustomEventReserved = 100,
  5. iButtonCustomEventBack,
  6. iButtonCustomEventTextEditResult,
  7. iButtonCustomEventByteEditResult,
  8. iButtonCustomEventWorkerEmulated,
  9. iButtonCustomEventWorkerRead,
  10. };