ClassMInputContext
From MaratisWiki
(Difference between revisions)
Dahnielson (Talk | contribs) (Created page with "Category:Doxygen ==virtual MInputContext::~MInputContext(void)== ==virtual void MInputContext::createKey(const char *name)=0== ==virtual void MInputContext::createAxis(...") |
Dahnielson (Talk | contribs) |
||
(5 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | + | <noinclude>{{doxybot-warning|MInputContext}}</noinclude><includeonly> | |
− | + | {{doxybot-class|1=MInputContext|2=}} | |
− | + | {{doxybot-member|1=virtual MInputContext::~MInputContext(void)|2=}} | |
− | + | {{doxybot-member|1=virtual void MInputContext::createKey(const char *name)=0|2=}} | |
− | + | {{doxybot-member|1=virtual void MInputContext::createAxis(const char *name, bool flush=false)=0|2=}} | |
− | + | {{doxybot-member|1=virtual void MInputContext::createProperty(const char *name)=0|2=}} | |
− | + | {{doxybot-member|1=virtual void MInputContext::downKey(const char *name)=0|2=}} | |
− | + | {{doxybot-member|1=virtual void MInputContext::upKey(const char *name)=0|2=}} | |
− | + | {{doxybot-member|1=virtual void MInputContext::setAxis(const char *name, float axis)=0|2=}} | |
− | + | {{doxybot-member|1=virtual void MInputContext::setProperty(const char *name, int prop)=0|2=}} | |
− | + | {{doxybot-member|1=virtual bool MInputContext::isKeyPressed(const char *name)=0|2=}} | |
− | + | {{doxybot-member|1=virtual bool MInputContext::onKeyDown(const char *name)=0|2=}} | |
− | + | {{doxybot-member|1=virtual bool MInputContext::onKeyUp(const char *name)=0|2=}} | |
− | + | {{doxybot-member|1=virtual float MInputContext::getAxis(const char *name)=0|2=}} | |
− | + | {{doxybot-member|1=virtual int MInputContext::getProperty(const char *name)=0|2=}} | |
− | + | {{doxybot-member|1=virtual void MInputContext::beginTouch(int touchID, MVector2 touchPoint)=0|2=}} | |
− | + | {{doxybot-member|1=virtual void MInputContext::updateTouch(int touchID, MVector2 touchPoint)=0|2=}} | |
− | + | {{doxybot-member|1=virtual void MInputContext::endTouch(int touchID, MVector2 touchPoint)=0|2=}} | |
− | + | {{doxybot-member|1=virtual void MInputContext::cancelTouch(int touchID, MVector2 touchPoint)=0|2=}} | |
− | + | {{doxybot-member|1=virtual MVector2 MInputContext::getTouchPosition(int touchID)=0|2=}} | |
− | + | {{doxybot-member|1=virtual MVector2 MInputContext::getLastTouchPosition(int touchID)=0|2=}} | |
− | + | {{doxybot-member|1=virtual M_TOUCH_PHASE MInputContext::getTouchPhase(int touchID)=0|2=}} | |
− | + | {{doxybot-member|1=virtual void MInputContext::flush(void)=0|2=}} | |
− | + | {{doxybot-categories}} | |
− | + | </includeonly> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + |
Latest revision as of 13:13, 8 February 2014
This page is automatically edited by Doxybot. Do not edit it manually, human! Edit instead the main page MInputContext that it is trancluded into.