Difference between revisions of "Askpos (call target)"
Jump to navigation
Jump to search
(Created page with "{{Call|id=0x0013|return=void|name=askpos|args=int messageId, int initialPos, int cancelPos|act=}}Sets cursor position for aask* functions. <code>initialPos</code> - position...") |
(No difference)
|
Revision as of 09:28, 23 July 2019
Signature:
void askpos(int messageId, int initialPos, int cancelPos); // id: 0x0013Sets cursor position for aask* functions.
initialPos - position a cursor has just after opening a window
cancelPos - position a cursor will take when cancel button is used