This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2-SW
/
contiki
Watch
1
Star
0
Fork
0
You've already forked contiki
mirror of
https://github.com/oliverschmidt/contiki.git
synced
2025-01-10 11:29:38 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
contiki
/
core
/
ctk
History
oliverschmidt
c284092a53
- Set cursor in ctk_draw_init() to top left corner as it is called for re-initialization on Contiki exit.
2010-02-07 21:43:03 +00:00
..
ctk-conio.c
- Set cursor in ctk_draw_init() to top left corner as it is called for re-initialization on Contiki exit.
2010-02-07 21:43:03 +00:00
ctk-conio.h
…
ctk-draw.h
…
ctk-mouse.h
Minimal reformatting only.
2009-02-27 08:18:54 +00:00
ctk-vncarch.h
…
ctk-vncfont.c
…
ctk-vncfont.h
…
ctk-vncserver.c
…
ctk-vncserver.h
…
ctk.c
Provide optional prototypes for all three keyboard input related functions.
2010-01-31 12:48:46 +00:00
ctk.h
With dynamic loading enabled the function ctk_textentry_input_null() lives in the persistent core while the macro CTK_TEXTENTRY() is typically used in loadable modules. So ctk_textentry_input_null() needs to be dynamically resolved.
2009-02-28 10:43:30 +00:00
vnc-out.c
Support for z80(sdcc) port.
2007-08-30 14:39:16 +00:00
vnc-out.h
…
vnc-server.c
Support for z80(sdcc) port.
2007-08-30 14:39:16 +00:00
vnc-server.h
…