Difference between revisions of "Locate OS"
From WikiPrizm
Jump to navigationJump to search (Added Category:Syscalls) |
m |
||
Line 6: | Line 6: | ||
| comments = This syscall sets the cursor position for [[Print_OS]]. | | comments = This syscall sets the cursor position for [[Print_OS]]. | ||
}} | }} | ||
− | |||
− | |||
− |
Revision as of 15:54, 22 May 2012
Synopsis
Header: display.h, display_syscalls.h
Syscall index: 0x1863
Function signature: void locate_OS( int X, int y );
Comments
This syscall sets the cursor position for Print_OS.