Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Aldrin-John-Olaer-Manalansan authored Mar 3, 2025
1 parent a52d3a1 commit dffd55e
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sa/docs/SF_DXUT_DIALOG_ADD_BUTTON.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* id must be unique to all elements of this DXUTDialog, else SF won't be able to interact with all old elements with the same id.
* relcoordx, relcoordx, width, height are window screen values.
* relcoordx, relcoordx are relative to the coordinates of the DXUTDialog.
3 changes: 3 additions & 0 deletions sa/docs/SF_DXUT_DIALOG_ADD_CHECKBOX.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* id must be unique to all elements of this DXUTDialog, else SF won't be able to interact with all old elements with the same id.
* relcoordx, relcoordx, width, height are window screen values.
* relcoordx, relcoordx are relative to the coordinates of the DXUTDialog.
3 changes: 3 additions & 0 deletions sa/docs/SF_DXUT_DIALOG_ADD_EDITBOX.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* id must be unique to all elements of this DXUTDialog, else SF won't be able to interact with all old elements with the same id.
* relcoordx, relcoordx, width, height are window screen values.
* relcoordx, relcoordx are relative to the coordinates of the DXUTDialog.
1 change: 1 addition & 0 deletions sa/docs/SF_DXUT_DIALOG_GET_COORDS_AND_DIMS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* coordx, coordy, width, height are window screen values.
1 change: 1 addition & 0 deletions sa/docs/SF_DXUT_DIALOG_GET_TEXT_OF_CONTROL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Can be used as a condition which evaluates as true if DxutDialog exists and has a control with ID.
1 change: 1 addition & 0 deletions sa/docs/SF_DXUT_DIALOG_POP.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Can be used as a condition which evaluates as false if DxutDialog object is invalid.
1 change: 1 addition & 0 deletions sa/docs/SF_DXUT_DIALOG_SET_COORDS_AND_DIMS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* coordx, coordy, width, height are window screen values.

0 comments on commit dffd55e

Please sign in to comment.