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 5, 2025
1 parent 2d3f72a commit 1f7d98f
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions sa/docs/SF_DXUT_DIALOG_DELETE_CONTROL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This command will not be able to delete old controls that has their ID duplicated by newly created controls
2 changes: 2 additions & 0 deletions sa/docs/SF_DXUT_DIALOG_GET_COORDS_OF_CONTROL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* relcoordx, relcoordx 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_DIMS_OF_CONTROL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
width, height are window screen values in pixels.
1 change: 1 addition & 0 deletions sa/docs/SF_DXUT_DIALOG_SET_COLOR_OF_CHECKBOX.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* color must be in 0xAARRGGBB format where A = Alpha, R = Red, G = Green, B = Blue
2 changes: 2 additions & 0 deletions sa/docs/SF_DXUT_DIALOG_SET_COORDS_OF_CONTROL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* relcoordx, relcoordx 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_SET_DIMS_OF_CONTROL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
width, height must be window screen values in pixels.

0 comments on commit 1f7d98f

Please sign in to comment.