|
AR_Engine_SDK
|

Functions | |
| function IXPlatformWindow | GetWinHandle () end |
| function IXPlatformWindow | GetWidth () end |
| function IXPlatformWindow | GetHeight () end |
| function IXPlatformWindow | GetWindowScale () end |
| function IXPlatformWindow | IsFullScreen () end |
| function IXPlatformWindow | GetMouseX () end |
| function IXPlatformWindow | GetMouseY () end |
| function IXPlatformWindow | SetWidthHeight (width, height) end |
Variables | |
| IXPlatformWindow = {} | |
| function IXPlatformWindow GetHeight | ( | ) |
获取窗口高度
| function IXPlatformWindow GetMouseX | ( | ) |
获取鼠标坐标X分量
| function IXPlatformWindow GetMouseY | ( | ) |
获取鼠标坐标Y分量
| function IXPlatformWindow GetWidth | ( | ) |
获取窗口宽度
| function IXPlatformWindow GetWindowScale | ( | ) |
IXPlatformWindow_GetWindowScale00
| function IXPlatformWindow GetWinHandle | ( | ) |
获取窗口句柄
| function IXPlatformWindow IsFullScreen | ( | ) |
判断窗口是否全屏
| function IXPlatformWindow SetWidthHeight | ( | width | , |
| height | |||
| ) |
设置窗口宽高
| width | number 窗口的宽 |
| height | number 窗口的高 |
| IXPlatformWindow = {} |
1.8.15