YSTest  PreAlpha_b400_20130424
The YSLib Test Project
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
platform::CursorInfo结构体 参考final

屏幕指针设备光标信息。 更多...

#include <Input.h>

类 platform::CursorInfo 继承关系图:
platform::CursorInfo 的协作图:

Public 成员函数

template<class _tBinary >
 operator _tBinary () const
 转换为二元组。
 
yconstfn std::uint16_t GetX () const
 取横坐标。
 
yconstfn std::uint16_t GetY () const
 取纵坐标。
 

详细描述

屏幕指针设备光标信息。

在文件 Input.h38 行定义.

成员函数说明

yconstfn std::uint16_t platform::CursorInfo::GetX ( ) const
inline

取横坐标。

自从
build 313

在文件 Input.h66 行定义.

参考 YCL_CURSOR_X.

yconstfn std::uint16_t platform::CursorInfo::GetY ( ) const
inline

取纵坐标。

自从
build 313

在文件 Input.h75 行定义.

参考 YCL_CURSOR_Y.

template<class _tBinary >
platform::CursorInfo::operator _tBinary ( ) const
inline

转换为二元组。

自从
build 321

在文件 Input.h56 行定义.

参考 YCL_CURSOR_X , 以及 YCL_CURSOR_Y.


该结构体的文档由以下文件生成: