Clickable - HermesPasser/Ramu GitHub Wiki

class Clickable : GameObj

Description

Base class for clickable classes.

Constructor Parameters

  • int x: Position in x.
  • int x: Position in y.
  • int w: Width.
  • int h: Height.
let clk = new Clickable(10, 10, 100, 100);

Properties

Public Methods

Static Methods

Inherited Members