Difference between revisions of "DrawHeaderLine"
From WikiPrizm
Jump to navigationJump to search (Created page with "{{syscall | name = DrawHeaderLine | index = 0x02BB | signature = void DrawHeaderLine(void); | header = fxcg/display.h | synopsis = The function of this syscall is unconfirmed,...") |
|||
Line 6: | Line 6: | ||
| synopsis = The function of this syscall is unconfirmed, but apparently all it does is draw to VRAM the small line separating the status area from the rest of the screen contents. | | synopsis = The function of this syscall is unconfirmed, but apparently all it does is draw to VRAM the small line separating the status area from the rest of the screen contents. | ||
}} | }} | ||
+ | [[Category:Syscalls:UI elements]] |
Latest revision as of 18:04, 18 November 2014
Synopsis
Header: fxcg/display.h
Syscall index: 0x02BB
Function signature: void DrawHeaderLine(void);
The function of this syscall is unconfirmed, but apparently all it does is draw to VRAM the small line separating the status area from the rest of the screen contents.