Ne methods Draw_ShowCursor and Input_GetPointerDown
This commit is contained in:
@@ -110,6 +110,13 @@ void Input_SetPointerDown(int pointerDown) {
|
||||
_pointerDown = pointerDown;
|
||||
}
|
||||
|
||||
/////////////////////////////
|
||||
// Input_GetPointerDown
|
||||
//
|
||||
int Input_GetPointerDown(){
|
||||
return _pointerDown;
|
||||
}
|
||||
|
||||
/////////////////////////////
|
||||
// Input_GetPointerPosition
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user