Documentation ¶ Overview ¶ The event pacakge manages and delegates all the events in the gl context to thier respective handlers. Index ¶ func Poll() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Poll ¶ func Poll() Poll is used by the game loop to gather events and delegate to each pacakge. Generally you should not have to use this method however if you are doing your own game loop this should be called at the end. Types ¶ This section is empty. Source Files ¶ View all Source files event.go Click to show internal directories. Click to hide internal directories.