Skip to content
h3rb edited this page Mar 22, 2021 · 26 revisions

Simple Mode

Advanced Mode

  • Importing InputCandy Advanced Mode Simple Mode requires only one function, but what do you need to import for Advanced Mode? This article will tell you just that.
  • InputCandy:Advanced Quickstart Start here to begin implementing InputCandy in your game. This page shows how set things up, and goes into some corner cases for defining your game's actions.
  • ICUI and how it works Learn more about the ICUI features and how it was written. Also contains a few guides about using only parts of the ICUI in your game, instead of the whole thing (easiest way)
  • InputCandy:Advanced global.INPUTCANDY Class Reference _INPUTCANDY, __IC and global.INPUTCANDY are all the same thing, and give you a surface interface to do all of the things necessary to use InputCandy. This is a reference to that class.

Deep Dive

You only need to read this if you want to know more about the deeper inner workings of InputCandy.