Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

I'm working through your getting started guide and get an error on first example in the Input section (the bind-cursor form):

There is no applicable method for the generic function
  #<STANDARD-GENERIC-FUNCTION BODGE-CONCURRENCY::INSTANCE-LOCK-OF (1)>
when called with arguments
  (NIL).
   [Condition of type SB-PCL::NO-APPLICABLE-METHOD-ERROR]
(+1)

Put those bind-* methods inside a gamekit:post-initialize:


(defmethod gamekit:post-initialize ((this example))
    ;bind methods here)