This documenta- tion describes the current state of development.
Note that interfaces and functionality may still change.

Prokee Modules:
  A
  B
  C
  D
  E
  F
  G
  I
  L
  M
  N
  O
  P
  R
  S
  T
  U
  W

     open all    |    close all

GUI Elements:
  B
  C
  I
  M
  P
  R
  S
  T

     open all    |    close all

GUI Interactions:
  B
  F
  H
  S

     open all    |    close all

GUI Layouts:
  L

     open all    |    close all

Games/Demos:
  M

     open all    |    close all

Third Party Libraries:
  P
  F
  Z

     open all    |    close all

Information about this Website / Informationen zu dieser Webseite:
In case of any questions, or comments, please feel free to contact me via email at apoll500@gmail.com.

Module switchbutton_interaction [Version: v01]

This documentation describes the Prokee module interface.


Static Methods:
initialize
void switchbutton_interaction::initialize(Element *elem)
cleanup
void switchbutton_interaction::cleanup(Element *elem)
onMouseMove
int switchbutton_interaction::onMouseMove(Element *elem)
onLMBDown
int switchbutton_interaction::onLMBDown(Element *elem)
onLMBUp
int switchbutton_interaction::onLMBUp(Element *elem)

Motivation


Static Methods

   initialize


initialize

Signature:
void switchbutton_interaction::initialize(Element *elem)

Parameters:
Type Name Direction Description
Element *elem[IN/OUT]Pointer to a Element structure.

   cleanup


cleanup

Signature:
void switchbutton_interaction::cleanup(Element *elem)

Parameters:
Type Name Direction Description
Element *elem[IN/OUT]Pointer to a Element structure.

   onMouseMove


onMouseMove

Signature:
int switchbutton_interaction::onMouseMove(Element *elem)

Parameters:
Type Name Direction Description
Element *elem[IN/OUT]Pointer to a Element structure.

   onLMBDown


onLMBDown

Signature:
int switchbutton_interaction::onLMBDown(Element *elem)

Parameters:
Type Name Direction Description
Element *elem[IN/OUT]Pointer to a Element structure.

   onLMBUp


onLMBUp

Signature:
int switchbutton_interaction::onLMBUp(Element *elem)

Parameters:
Type Name Direction Description
Element *elem[IN/OUT]Pointer to a Element structure.


Copyright © 2017 - 2019 by Andreas Pollhammer