Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 577 Bytes

TODO.md

File metadata and controls

24 lines (22 loc) · 577 Bytes
  • API Documentation
  • Make Window hints an object argument to the constructor?
  • Figure out a good model for setting callbacks
    • Should it be multi-tenant or direct-mounting?
    events.onerror = error => {}
    // vs
    on('error', error => {})

Class Methods

  • window
    • glfwSetWindowIcon
    • glfwSetWindowSizeLimits
    • glfwSetWindowAspectRatio
    • glfwGetWindowFrameSize
    • glfwGetWindowContentScale
    • glfwSetWindowMonitor
    • glfwGetWindowAttrib
    • glfwSetWindowAttrib
    • glfwSetWindowUserPointer
    • glfwGetWindowUserPointer
    • All the callbacks