Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. void key(int x,int y){
  2.  
  3. setcolor(GLCOLOR);
  4.  
  5. moveto(x,y);
  6. lineto(x+(GLW)/2,y);
  7. moveto(x+GLH+GLW/2,y);
  8. lineto(x+GLH+GLW,y);
  9. moveto(x+(GLW)/2,y-GLH/2);
  10. lineto(x+GLH+GLW/2,y);
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement