replace occurences with MOUSE_*
This commit is contained in:
parent
35ec2662a2
commit
910befbff9
17 changed files with 29 additions and 29 deletions
|
|
@ -58,7 +58,7 @@ public class ImageGeneration
|
|||
{
|
||||
// Update
|
||||
//----------------------------------------------------------------------------------
|
||||
if (IsMouseButtonPressed(MouseButton.MOUSE_LEFT_BUTTON) || IsKeyPressed(KeyboardKey.Right))
|
||||
if (IsMouseButtonPressed(MouseButton.Left) || IsKeyPressed(KeyboardKey.Right))
|
||||
{
|
||||
// Cycle between the textures
|
||||
currentTexture = (currentTexture + 1) % NumTextures;
|
||||
|
|
|
|||
Loading…
Reference in a new issue