PowerQuest 0.20.10
Loading...
Searching...
No Matches
IQuestMouseHandler Interface Reference

Detailed Description

Implement this interface with your own and call QuestMouse.SetHandler<...>() to use it.

Inherited by QuestMouseHandlerLegacy.

Properties

Vector2 mousePosition [get]
 
Vector2 mousePositionDelta [get]
 
Vector2 mouseScrollDelta [get]
 

Public Member Functions

bool GetMouseButton (int button)
 
bool GetMouseButtonDown (int button)
 
bool GetMouseButtonUp (int button)