neoGFX
Cross-platform C++ app/game engine
Loading...
Searching...
No Matches
neogfx::mouse_cursor Class Reference

#include <i_mouse.hpp>

Classes

struct  wrong_type
 

Public Types

typedef neolib::variant< mouse_system_cursorcursor_type
 

Public Member Functions

 mouse_cursor (mouse_system_cursor aSystemCursor)
 
bool is_system_cursor () const
 
mouse_system_cursor system_cursor () const
 

Public Attributes

cursor_type iType
 

Detailed Description

Definition at line 64 of file i_mouse.hpp.

Member Typedef Documentation

◆ cursor_type

Constructor & Destructor Documentation

◆ mouse_cursor()

neogfx::mouse_cursor::mouse_cursor ( mouse_system_cursor  aSystemCursor)
inline

Definition at line 72 of file i_mouse.hpp.

Member Function Documentation

◆ is_system_cursor()

bool neogfx::mouse_cursor::is_system_cursor ( ) const
inline

Definition at line 76 of file i_mouse.hpp.

◆ system_cursor()

mouse_system_cursor neogfx::mouse_cursor::system_cursor ( ) const
inline

Definition at line 80 of file i_mouse.hpp.

Member Data Documentation

◆ iType

cursor_type neogfx::mouse_cursor::iType

Definition at line 87 of file i_mouse.hpp.


The documentation for this class was generated from the following file: