Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keyboard support #14

Merged
merged 2 commits into from May 17, 2013
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Next

Update for library changes

  • Loading branch information
pcwalton committed May 17, 2013
commit dcbe6577607f6d97fe104fd0cbd59dd927df2f7d
@@ -13,9 +13,9 @@ use glut::bindgen::{glutCreateWindow, glutDestroyWindow, glutDisplayFunc, glutMo
use glut::bindgen::{glutInit, glutInitDisplayMode, glutPostRedisplay, glutReshapeFunc};
use glut::bindgen::{glutReshapeWindow, glutSetWindow, glutSwapBuffers, glutTimerFunc};
use core::libc::*;
use core::local_data::{local_data_get, local_data_set};
use core::ptr::{null, to_unsafe_ptr};
use core::str::to_bytes;
use core::local_data::{local_data_get, local_data_set};
use core::cast::transmute;
use core::vec::raw::to_ptr;

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.