Opened 15 years ago
Closed 14 years ago
#5330 closed enhancement (fixed)
glutIgnoreKeyRepeat is unimplemented
Reported by: | prushik14 | Owned by: | phoudoin |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Kits/OpenGL Kit | Version: | R1/alpha1 |
Keywords: | glut opengl | Cc: | phoudoin |
Blocked By: | Blocking: | ||
Platform: | All |
Description
The GLUT function glutIgnoreKeyRepeat is not currently implemented in Haiku's GLUT.
Steps to recreate:
- Write a GLUT application calling glutIgnoreKeyRepeat
- Attempt to compile and link against libglut.so
- Compilation will fail in the linker with "undefined reference to 'glutIgnoreKeyRepeat'"
Change History (4)
comment:1 by , 15 years ago
Cc: | added |
---|
comment:2 by , 14 years ago
Owner: | changed from | to
---|---|
Status: | new → in-progress |
comment:3 by , 14 years ago
comment:4 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | in-progress → closed |
Note:
See TracTickets
for help on using tickets.
Implemented in hrev37743.