enum RaylibPong::Paddle::Direction

Overview

Describes what way the paddle is moving

Defined in:

raylib_pong.cr

Enum Members

Up = -1
Down = 1

Instance Method Summary

Instance Method Detail

def down? #

[View source]
def up? #

[View source]