iup-rust icon indicating copy to clipboard operation
iup-rust copied to clipboard

Events

Open thelink2012 opened this issue 9 years ago • 0 comments

Tracking progress on the events section of iup docs. If you wish to implement any of those items leave a comment :)

Functions:

  • [x] IupMainLoop
    • Wrapped in with_iup.
  • [ ] IupMainLoopLevel
    • Must make with_iup be able to be called several times like IupMainLoop is able to.
  • [ ] IupLoopStep
  • [ ] IupExitLoop
  • [ ] IupFlush
  • [ ] IupGetCallback
  • [X] IupSetCallback
    • Abstracted off in the callback submodule.
  • [ ] IupRecordInput
  • [ ] IupPlayInput

IupSetCallbacks won't be implemented.

Common:

  • [x] IDLE_ACTION
  • [x] MAP_CB
  • [x] UNMAP_CB
  • [x] DESTROY_CB
  • [x] GETFOCUS_CB
  • [x] KILLFOCUS_CB
  • [x] ENTERWINDOW_CB
  • [x] LEAVEWINDOW_CB
  • [ ] K_
    • [ ] K_ANY
    • [ ] K_*
  • [x] HELP_CB
  • [x] ACTION

Other:

  • [ ] Drag&Drop

thelink2012 avatar May 28 '15 22:05 thelink2012