Difference between revisions of "Bdisp GetPoint DD Workbench"
From WikiPrizm
Jump to navigationJump to search (Created page with "{{syscall | name = Bdisp_GetPoint_DD_Workbench | index = 0x026E | signature = void Bdisp_GetPoint_DD_Workbench( int x, int y ) | header = display_syscalls.h | comments = }}") |
|||
(2 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
| name = Bdisp_GetPoint_DD_Workbench | | name = Bdisp_GetPoint_DD_Workbench | ||
| index = 0x026E | | index = 0x026E | ||
− | | signature = | + | | signature = unsigned short Bdisp_GetPoint_DD_Workbench(int x, int y) |
− | | header = | + | | header = fxcg/display.h |
− | | comments = | + | | comments = This function adds 24 to y and then falls through to [[Bdisp_GetPoint_DD]]. |
}} | }} |
Latest revision as of 01:12, 15 February 2015
Synopsis
Header: fxcg/display.h
Syscall index: 0x026E
Function signature: unsigned short Bdisp_GetPoint_DD_Workbench(int x, int y)
Comments
This function adds 24 to y and then falls through to Bdisp_GetPoint_DD.