Games/Apps Products Web Downloads Contact/About
DDD Engine - Periferies

Input periferies

 

Keyboard, or buttons for consols, and other devices.

  You can check the button press with a static buffer :

         DDDengine.keybuff[DIK_S]!=0, if it was pressed.

See:

functionsStartFrame.htm

 

Mouse:

    You can get the state of mouse, and the matrix of mouse to help your moveing on the screen. The DDDengine calculates matrixes by the mouse button for tests, and moving in the scenne.

See:

Matrix:

functionsGetMouseMapMatrix.htm

functionsGetMouseMapTranslationMatrix.htm

functionsGetMouseMatrix.htm

functionsSetMouseMapTranslationMatrix.htm

functionsSetMouseMatrix.htm

 

States:

functionsClearMouseLBdown.htm

functionsGetMouseLB.htm

functionsGetMouseLBdown.htm