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...") |
|||
Line 1: | Line 1: | ||
− | {{Call|id=0x0013|return=void|name=askpos|args=int | + | {{Call|id=0x0013|return=void|name=askpos|args=int windowId, int initialPos, int cancelPos|act=}}Sets cursor position for aask* functions. |
<code>initialPos</code> - position a cursor has just after opening a window | <code>initialPos</code> - position a cursor has just after opening a window | ||
<code>cancelPos</code> - position a cursor will take when cancel button is used | <code>cancelPos</code> - position a cursor will take when cancel button is used |
Latest revision as of 11:11, 23 July 2019
Signature:
void askpos(int windowId, int initialPos, int cancelPos); // id: 0x0013
Sets 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